From a30773bf1ed46270abd2b2c04351256c08398ff7 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Sun, 25 Dec 2011 17:51:34 +0200 Subject: [PATCH] zshrc & bashrc: add alias rsync-folder. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks to all people at ##Mkaysi who helped me to choose this name ☺. --- bashrc | 3 +++ zshrc | 3 +++ 2 files changed, 6 insertions(+) diff --git a/bashrc b/bashrc index 3920ed0a..816cf791 100644 --- a/bashrc +++ b/bashrc @@ -294,6 +294,9 @@ alias sshguard-unban="sudo iptables -D sshguard " # This needs something which makes it easy to remember. alias KILL="killall -KILL " +# For locally rsync copying folder1 to folder2. +alias rsync-folder="rsync -azvv " + # Allow custom aliases to be put in .aliases or .bash_aliases . # .aliases diff --git a/zshrc b/zshrc index cdb213e7..b523d3b0 100644 --- a/zshrc +++ b/zshrc @@ -238,6 +238,9 @@ alias sshguard-unban="sudo iptables -D sshguard " # This needs something which makes it easy to remember. alias KILL="killall -KILL " +# For locally rsync copying folder1 to folder2. +alias rsync-folder="rsync -azvv " + # Allow custom aliases to be put in .aliases or .zsh_aliases . # .aliases