diff --git a/zsh_aliases b/zsh_aliases index 5cfcaa82..d8c59359 100755 --- a/zsh_aliases +++ b/zsh_aliases @@ -103,4 +103,7 @@ alias -s bz2='tar -xjvf' #alias -s PKGBUILD=$EDITOR # For copy-pasting directly from somewhere -alias %=" " \ No newline at end of file +alias %=" " + +# SupyBot specifig. Why to write long command, if you can write short command? +alias supybot-config-reload="killall -HUP supybot " \ No newline at end of file