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
commit

324afd7e7688e8918fc25d2fc541e48c74db9530

parent

422944130d6bfc9013db6d9472d28eabca3fb7ed

1 file changed, 1 insertion(+), 1 deletion(-)

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