diff options
author | Alan Pearce | 2023-05-21 18:22:30 +0200 |
---|---|---|
committer | Alan Pearce | 2023-05-21 18:22:30 +0200 |
commit | 324afd7e7688e8918fc25d2fc541e48c74db9530 (patch) | |
tree | 04afef99849574c725d866799c59a57d0d6e00d9 /user | |
parent | 422944130d6bfc9013db6d9472d28eabca3fb7ed (diff) | |
download | nixfiles-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
Diffstat (limited to 'user')
-rw-r--r-- | user/zsh/zshrc.darwin | 2 |
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 |