feat(bash): add ssh screen weechat alias
This commit is contained in:
parent
8dfc168128
commit
7d6b348c2b
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ in {
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
"cd.." = "cd ..";
|
"cd.." = "cd ..";
|
||||||
|
ch = "ssh -t irc.buffet.sh -- screen -r weechat";
|
||||||
htop = "htop -t";
|
htop = "htop -t";
|
||||||
mkdir = "mkdir -p";
|
mkdir = "mkdir -p";
|
||||||
rg = "rg -S";
|
rg = "rg -S";
|
||||||
|
|
Loading…
Reference in a new issue