mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-21 19:18:41 +00:00
Enable ssh shell integrations for Kitty
This commit is contained in:
parent
2a63d0affb
commit
3b01358543
1 changed files with 5 additions and 0 deletions
5
.zshrc
5
.zshrc
|
@ -31,6 +31,11 @@ EOF
|
||||||
unsetopt correct_all
|
unsetopt correct_all
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ $TERM == "xterm-kitty" ]]; then
|
||||||
|
# Enable ssh shell integrations for the Kitty terminal
|
||||||
|
alias ssh="kitty +kitten ssh"
|
||||||
|
fi
|
||||||
|
|
||||||
export PATH=$HOME/bin:$PATH
|
export PATH=$HOME/bin:$PATH
|
||||||
export EDITOR="emacsclient"
|
export EDITOR="emacsclient"
|
||||||
export ALTERNATE_EDITOR=""
|
export ALTERNATE_EDITOR=""
|
||||||
|
|
Loading…
Reference in a new issue