feat(bash): add ssh screen weechat alias

This commit is contained in:
buffet 2022-10-04 19:53:32 +00:00
parent 8dfc168128
commit 7d6b348c2b

View file

@ -14,6 +14,7 @@ in {
shellAliases = {
"cd.." = "cd ..";
ch = "ssh -t irc.buffet.sh -- screen -r weechat";
htop = "htop -t";
mkdir = "mkdir -p";
rg = "rg -S";