From 7de339b8e1463c64f09c6f7016a0f58743579388 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Thu, 29 Sep 2011 18:26:14 +0300 Subject: [PATCH] zsh_aliases: added command for quickreloading of config file from terminal. Everyone (or at least me) are too lazy to write that command by hand so this calls for alias. --- zsh_aliases | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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