diff options
Diffstat (limited to '.config/zsh/alias.zsh')
-rw-r--r-- | .config/zsh/alias.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh index fc47690..a66e15d 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 -P' \ + rsync='rsync -v -h --progress' \ grep='grep --color=always' \ rgrep='grep -R -n -H' \ fsl='fossil' \ |