From 8c194f20d83ed304c7d7cc3043d390d139ccafbd Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 5 Jul 2023 14:37:49 +0100 Subject: [PATCH] Alias ssh to set TERM to something sensible first --- hosts/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/common.nix b/hosts/common.nix index 73ede7e9..26b798e0 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -27,6 +27,7 @@ environment = { localBinInPath = true; shellAliases = { + ssh = "TERM=xterm-256color ssh"; ll = "ls -laF"; lg = "lazygit"; gg = "nvim +Neogit";