summaryrefslogtreecommitdiffstats
path: root/.config/zsh
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-05-13 10:56:16 +0200
committerJoe <bousset.rudy@gmail.com>2022-05-13 10:56:16 +0200
commite48604ca3f555b9c78b4af71ed8102e6161922af (patch)
tree3b5ff162443e9b7937157901bdbe12bcd41c27dc /.config/zsh
parentssh (diff)
downloaddotfiles-bsd-e48604ca3f555b9c78b4af71ed8102e6161922af.tar.gz
dotfiles-bsd-e48604ca3f555b9c78b4af71ed8102e6161922af.tar.bz2
dotfiles-bsd-e48604ca3f555b9c78b4af71ed8102e6161922af.tar.xz
dotfiles-bsd-e48604ca3f555b9c78b4af71ed8102e6161922af.tar.zst
dotfiles-bsd-e48604ca3f555b9c78b4af71ed8102e6161922af.zip
update
Diffstat (limited to '.config/zsh')
-rw-r--r--.config/zsh/alias.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh
index 1303163..20b27fd 100644
--- a/.config/zsh/alias.zsh
+++ b/.config/zsh/alias.zsh
@@ -41,7 +41,7 @@ alias \
chmod='chmod -v' \
chown='chown -v' \
mount='mount -v' \
- rsync='rsync -v -h --progress' \
+ rsync='rsync -v -h' \
grep='grep --color=always' \
rgrep='grep -R -n -H' \
fsl='fossil' \