Disable kitty command if not kitty terminal
This commit is contained in:
parent
e71d14fd39
commit
1fde4e9add
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue