summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2023-05-21 18:22:30 +0200
committerAlan Pearce2023-05-21 18:22:30 +0200
commit324afd7e7688e8918fc25d2fc541e48c74db9530 (patch)
tree04afef99849574c725d866799c59a57d0d6e00d9
parent422944130d6bfc9013db6d9472d28eabca3fb7ed (diff)
downloadnixfiles-324afd7e7688e8918fc25d2fc541e48c74db9530.tar.lz
nixfiles-324afd7e7688e8918fc25d2fc541e48c74db9530.tar.zst
nixfiles-324afd7e7688e8918fc25d2fc541e48c74db9530.zip
zsh: make kitten ssh opt-in
Non-shell uses are annoying and a bit slower, otherwise
-rw-r--r--user/zsh/zshrc.darwin2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/zsh/zshrc.darwin b/user/zsh/zshrc.darwin
index 06e7bbc9..96174e5a 100644
--- a/user/zsh/zshrc.darwin
+++ b/user/zsh/zshrc.darwin
@@ -38,5 +38,5 @@ if test -n "$KITTY_INSTALLATION_DIR"; then
 	autoload -Uz -- "$KITTY_INSTALLATION_DIR"/shell-integration/zsh/kitty-integration
 	kitty-integration
 	unfunction kitty-integration
-	alias ssh="kitten ssh"
+	alias kssh="kitten ssh"
 fi