bashrc & zshrc: add KILL alias.

killall -KILL takes too long time to write.
This commit is contained in:
Mika Suomalainen 2011-11-12 20:42:26 +02:00
parent 748090b325
commit fb1c1db353
2 changed files with 6 additions and 0 deletions

3
bashrc
View File

@ -290,6 +290,9 @@ alias sshguard-show-bans="sudo iptables -L sshguard --line-numbers"
# Enter ban number as arguement. You can see ban numbers with previous command.
alias sshguard-unban="sudo iptables -D sshguard "
# This needs something which makes it easy to remember.
alias KILL="killall -KILL "
# Allow custom aliases to be put in .aliases or .bash_aliases .
# .aliases

3
zshrc
View File

@ -234,6 +234,9 @@ alias sshguard-show-bans="sudo iptables -L sshguard --line-numbers"
# Enter ban number as arguement. You can see ban numbers with previous command.
alias sshguard-unban="sudo iptables -D sshguard "
# This needs something which makes it easy to remember.
alias KILL="killall -KILL "
# Allow custom aliases to be put in .aliases or .zsh_aliases .
# .aliases