all repos — nixfiles @ 324afd7e7688e8918fc25d2fc541e48c74db9530

System and user configuration, managed by nix and home-manager

zsh: make kitten ssh opt-in

Non-shell uses are annoying and a bit slower, otherwise
Alan Pearce alan@alanpearce.eu
Sun, 21 May 2023 18:22:30 +0200
commit

324afd7e7688e8918fc25d2fc541e48c74db9530

parent

422944130d6bfc9013db6d9472d28eabca3fb7ed

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M user/zsh/zshrc.darwinuser/zsh/zshrc.darwin
@@ -38,5 +38,5 @@ export KITTY_SHELL_INTEGRATION="enabled" 	autoload -Uz -- "$KITTY_INSTALLATION_DIR"/shell-integration/zsh/kitty-integration
 	kitty-integration
 	unfunction kitty-integration
-	alias ssh="kitten ssh"
+	alias kssh="kitten ssh"
 fi