mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-16 13:30:57 +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.
|
# This needs something which makes it easy to remember.
|
||||||
alias KILL="killall -KILL "
|
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 .
|
# Allow custom aliases to be put in .aliases or .bash_aliases .
|
||||||
|
|
||||||
# .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.
|
# This needs something which makes it easy to remember.
|
||||||
alias KILL="killall -KILL "
|
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 .
|
# Allow custom aliases to be put in .aliases or .zsh_aliases .
|
||||||
|
|
||||||
# .aliases
|
# .aliases
|
||||||
|
Loading…
x
Reference in New Issue
Block a user