Added rsync with human readble

This commit is contained in:
Marcin Woźniak 2023-02-27 18:38:24 +01:00
parent 42121123a1
commit 27d3f8fc33
Signed by: y0rune
GPG Key ID: F204C385F57EB348
1 changed files with 1 additions and 1 deletions

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'