aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/sh
diff options
context:
space:
mode:
authorLibravatar Arnold Sommerfeld <sommerfeld@strisemarx.com>2023-11-17 09:04:33 +0000
committerLibravatar Arnold Sommerfeld <sommerfeld@strisemarx.com>2023-11-17 09:04:33 +0000
commit0548dd3272bb8a9e68365d05ccf9b0272e84f836 (patch)
tree2fdf16dad7a6997d66188347ec27a1254860fffb /home/.config/sh
parenta5019dc6aedc5430b98706d3ab7ff3030dc0ada2 (diff)
downloaddotfiles-0548dd3272bb8a9e68365d05ccf9b0272e84f836.tar.gz
dotfiles-0548dd3272bb8a9e68365d05ccf9b0272e84f836.tar.bz2
dotfiles-0548dd3272bb8a9e68365d05ccf9b0272e84f836.zip
[sh] Alias curl to curlie
Diffstat (limited to 'home/.config/sh')
-rw-r--r--home/.config/sh/aliases1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/.config/sh/aliases b/home/.config/sh/aliases
index 76c75ec..1beaa11 100644
--- a/home/.config/sh/aliases
+++ b/home/.config/sh/aliases
@@ -43,6 +43,7 @@ alias stow='stow -R --no-folding --adopt'
alias pacopt='comm -13 <(pacman -Qqdt | sort) <(pacman -Qqdtt | sort)'
alias ipecho='curl ipecho.net/plain'
+alias curl='curlie'
alias xclip="xclip -selection clipboard -f"
alias cpr='rsync --archive -hh --partial --info=stats1,progress2 --modify-window=1'