From fb1c1db353aac1e94df66bb3c6a55b963870c93d Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Sat, 12 Nov 2011 20:42:26 +0200 Subject: [PATCH] bashrc & zshrc: add KILL alias. killall -KILL takes too long time to write. --- bashrc | 3 +++ zshrc | 3 +++ 2 files changed, 6 insertions(+) diff --git a/bashrc b/bashrc index 17c7b21a..6e48645d 100644 --- a/bashrc +++ b/bashrc @@ -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 diff --git a/zshrc b/zshrc index 7bab51c7..73c8c886 100644 --- a/zshrc +++ b/zshrc @@ -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