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"