Disable kitty command if not kitty terminal

This commit is contained in:
flyingscorpio@pinebook-pro 2020-05-08 11:51:38 +02:00
parent e71d14fd39
commit 1fde4e9add

View file

@ -55,6 +55,8 @@ fi
eval "$(register-python-argcomplete schedule_timer)"
source <(kitty + complete setup bash)
case "$TERM" in
xterm-kitty) source <(kitty + complete setup bash);;
esac
stty -ixon # Disable Ctrl-S and Ctrl-Q