mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
zshrc & bashrc: add alias rsync-folder.
Thanks to all people at ##Mkaysi who helped me to choose this name ☺.
This commit is contained in:
parent
0522e89e99
commit
a30773bf1e
3
bashrc
3
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
|
||||
|
3
zshrc
3
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
|
||||
|
Loading…
Reference in New Issue
Block a user