disable cursor in new kitty shell integration

shell integration seems to force the bar cursor shape in zsh
This commit is contained in:
xfnw 2022-01-04 16:11:30 -05:00
parent 5d701682fa
commit 2b6e96440f

View file

@ -82,7 +82,7 @@ font_size 12.0
#: with the background color of the cell underneath instead, use the
#: special keyword: background
# cursor_shape block
cursor_shape block
#: The cursor shape can be one of (block, beam, underline)
@ -594,7 +594,7 @@ color15 #CCBC8E
# env
env PS1="\[$(tput bold)\]\[$(tput setaf 34)\][\[$(tput setaf 28)\]\u\[$(tput setaf 40)\]@\[$(tput setaf 28)\]\h \[$(tput setaf 40)\]\W\[$(tput setaf 34)\]]\[$(tput setaf 28)\]\\$ \[$(tput sgr0)\]"
#env PS1="\[$(tput bold)\]\[$(tput setaf 34)\][\[$(tput setaf 28)\]\u\[$(tput setaf 40)\]@\[$(tput setaf 28)\]\h \[$(tput setaf 40)\]\W\[$(tput setaf 34)\]]\[$(tput setaf 28)\]\\$ \[$(tput sgr0)\]"
#: Specify environment variables to set in all child processes. Note
@ -635,6 +635,14 @@ env PS1="\[$(tput bold)\]\[$(tput setaf 34)\][\[$(tput setaf 28)\]\u\[$(tput set
#: functionality is a security risk as it means that any program, even
#: one running on a remote server via SSH can read your clipboard.
shell_integration no-cursor
#: Enable shell integration on supported shells. This enables features
#: such as jumping to previous prompts, browsing the output of the
#: previous command in a pager, etc. on supported shells. Set to
#: ``disabled`` to turn off shell integration, completely. See
#: https://sw.kovidgoyal.net/kitty/shell-integration/ for details.
term xterm-256color
#: The value of the TERM environment variable to set. Changing this