diff options
author | Joe <bousset.rudy@gmail.com> | 2022-05-01 02:50:56 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-05-01 02:50:56 +0200 |
commit | a86e956b2eb8c384a70f2da2d77e83a9e8bd7787 (patch) | |
tree | 1f0c104b247382206b3ed6e411b9b6d2e0c84f58 /.config/zsh | |
parent | switched to picom (diff) | |
download | dotfiles-bsd-a86e956b2eb8c384a70f2da2d77e83a9e8bd7787.tar.gz dotfiles-bsd-a86e956b2eb8c384a70f2da2d77e83a9e8bd7787.tar.bz2 dotfiles-bsd-a86e956b2eb8c384a70f2da2d77e83a9e8bd7787.tar.xz dotfiles-bsd-a86e956b2eb8c384a70f2da2d77e83a9e8bd7787.tar.zst dotfiles-bsd-a86e956b2eb8c384a70f2da2d77e83a9e8bd7787.zip |
udpates, added config for cava
Diffstat (limited to '.config/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' \ |