From 91e05b67108ff1bd49293875ccbeaf59e7c15cc7 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Fri, 19 Aug 2011 21:53:06 +0300 Subject: [PATCH] Removed stupid alias and added better. --- bash_aliases | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bash_aliases b/bash_aliases index 2d82927a..c06c979c 100644 --- a/bash_aliases +++ b/bash_aliases @@ -23,6 +23,5 @@ 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 ;) +# Why I must write "weechat-curses" to start it? +alias weechat="weechat-curses"