summaryrefslogtreecommitdiffstats
path: root/.config/zsh
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-05-01 02:50:56 +0200
committerJoe <bousset.rudy@gmail.com>2022-05-01 02:50:56 +0200
commita86e956b2eb8c384a70f2da2d77e83a9e8bd7787 (patch)
tree1f0c104b247382206b3ed6e411b9b6d2e0c84f58 /.config/zsh
parentswitched to picom (diff)
downloaddotfiles-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.zsh2
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' \