From fb27098087bb34ac124dff74d784d94911db59cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Mon, 27 Feb 2023 18:38:24 +0100 Subject: [PATCH] Added rsync with human readble --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 9db2ac4..79a61ef 100644 --- a/.zshrc +++ b/.zshrc @@ -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'