From 0612b7207241f9023f4f3b6764d03988e46a8c69 Mon Sep 17 00:00:00 2001
From: JozanLeClerc <bousset.rudy@gmail.com>
Date: Mon, 4 Jan 2021 19:07:06 +0100
Subject: update

---
 .config/zsh/alias.zsh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh
index ba770be..44eb653 100644
--- a/.config/zsh/alias.zsh
+++ b/.config/zsh/alias.zsh
@@ -37,10 +37,11 @@ alias rmdir='rmdir -v'
 alias chmod='chmod -v'
 alias chown='chown -v'
 alias mount='mount -v'
+alias rsync='rsync -v -h -P'
+alias scp='scp -v'
 alias grep='grep --color=always'
 alias rgrep='grep -R -n -H'
 alias vifm='TERM=xterm-256color vifm'
-alias rsync='rsync -v -h -P'
 alias fsl='fossil'
 alias diff='colordiff'
 alias ctags='uctags "--exclude=.ccls*"'
-- 
cgit v1.2.3