diff --git a/programs/bash.nix b/programs/bash.nix index 8a8fb5f..2cac07a 100644 --- a/programs/bash.nix +++ b/programs/bash.nix @@ -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";