From 16a57b4ee552706aaf0234098d04543fac7d2e9f Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 7 Jul 2023 13:29:59 +0100 Subject: [PATCH] Remove recursive ssh function for fish --- hosts/common.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/common.nix b/hosts/common.nix index 26b798e0..73ede7e9 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -27,7 +27,6 @@ environment = { localBinInPath = true; shellAliases = { - ssh = "TERM=xterm-256color ssh"; ll = "ls -laF"; lg = "lazygit"; gg = "nvim +Neogit";