summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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