diff --git a/dotfiles/bash/bashrc b/dotfiles/bash/bashrc index 0edcdcb..2931d14 100644 --- a/dotfiles/bash/bashrc +++ b/dotfiles/bash/bashrc @@ -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