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.
This commit is contained in:
Mika Suomalainen 2011-09-29 18:26:14 +03:00
parent 802c0da6af
commit 7de339b8e1
1 changed files with 4 additions and 1 deletions

View File

@ -103,4 +103,7 @@ alias -s bz2='tar -xjvf'
#alias -s PKGBUILD=$EDITOR
# For copy-pasting directly from somewhere
alias %=" "
alias %=" "
# SupyBot specifig. Why to write long command, if you can write short command?
alias supybot-config-reload="killall -HUP supybot "