irssi alias rainbow

This commit is contained in:
lickthecheese 2019-10-24 15:03:26 -04:00
parent 6a8e7fe16e
commit 91d11e4d75

View file

@ -302,6 +302,7 @@ aliases = {
97 = "WINDOW GOTO 97";
98 = "WINDOW GOTO 98";
99 = "WINDOW GOTO 99";
rainbow = "exec -o toilet --irc --gay -f term -- $*";
};
statusbar = {
@ -401,6 +402,10 @@ statusbar = {
};
};
settings = {
core = { real_name = "LickTheCheese"; user_name = "lickthecheese"; nick = "lickthecheese"; };
core = {
real_name = "LickTheCheese";
user_name = "lickthecheese";
nick = "lickthecheese";
};
"fe-text" = { actlist_sort = "refnum"; };
};