Added alias for WeeChat-curses.

This commit is contained in:
Mika Suomalainen 2011-08-19 21:50:11 +03:00
parent 57a85afc11
commit acb986f1e4
1 changed files with 4 additions and 0 deletions

View File

@ -22,3 +22,7 @@ alias time="date"
# If I run nautilus, I want it to open in folder where I am.
alias nautilus="nautilus ./"
# I don't use terminal based IRC clietns, but usually when I test something, I use IRSSI, even if I want to use WeeChat.
alias irssi="weechat-curses"
#alias weechat="xchat" # Uncomment if you use XChat, like me ;)