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;