mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-22 18:52:45 +01:00
bashrc & zshrc: add KILL alias.
killall -KILL takes too long time to write.
This commit is contained in:
parent
748090b325
commit
fb1c1db353
3
bashrc
3
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
|
||||
|
3
zshrc
3
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
|
||||
|
Loading…
Reference in New Issue
Block a user