From 3e7529227bca9a03b2783085bf0246a507488eed Mon Sep 17 00:00:00 2001 From: MoritzBoehme Date: Sun, 12 Dec 2021 12:20:20 +0100 Subject: [PATCH] alias for ssh to work with kitty --- modules/cli/zsh.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/cli/zsh.nix b/modules/cli/zsh.nix index f40bc14..bcac9d7 100644 --- a/modules/cli/zsh.nix +++ b/modules/cli/zsh.nix @@ -28,6 +28,8 @@ gds = "git diff --staged"; gp = "git push"; gs = "git status"; + + ssh = "TERM=xterm-color ssh"; }; enableSyntaxHighlighting = true; enableAutosuggestions = true;