Added rsync with human readble

This commit is contained in:
Marcin Woźniak 2023-02-27 18:38:24 +01:00
parent 3229117762
commit fb27098087

2
.zshrc
View File

@ -171,7 +171,7 @@ alias v="$EDITOR -p"
alias vim="$EDITOR -p"
# Commands
alias rsync="rsync --progress"
alias rsync="rsync -h --progress"
alias lg="lazygit"
alias ls="ls -h --color=auto"
alias ll='ls -lha'