mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 03:02:52 +01:00
Added alias for WeeChat-curses.
This commit is contained in:
parent
57a85afc11
commit
acb986f1e4
@ -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 ;)
|
||||
|
Loading…
Reference in New Issue
Block a user