From a862634e0c8ed574f94f7f6a4fc2f44be611352f Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Tue, 1 Feb 2022 16:51:29 -0500 Subject: [PATCH] fix(kitty): softsh alias --- users/profiles/kitty.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/profiles/kitty.nix b/users/profiles/kitty.nix index 07c4e67..554b15b 100644 --- a/users/profiles/kitty.nix +++ b/users/profiles/kitty.nix @@ -10,6 +10,6 @@ home.shellAliases = { ssh = "kitty +kitten ssh"; - softsh = "TERM=xterm-256color \ssh"; # https://github.com/charmbracelet/soft-serve/issues/72 + softsh = "TERM=xterm-256color \\ssh"; # https://github.com/charmbracelet/soft-serve/issues/72 }; }