diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 2f0a1e2..a179f3e 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -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