From a47b3bf5786491d3c90e6b989003fad4f40a65cf Mon Sep 17 00:00:00 2001 From: pagedown Date: Tue, 25 Jan 2022 14:00:28 +0800 Subject: [PATCH] Fix the blinking block cursor shape for commands in bash integration --- shell-integration/bash/kitty.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell-integration/bash/kitty.bash b/shell-integration/bash/kitty.bash index 3746aeef4..9f4ec198b 100644 --- a/shell-integration/bash/kitty.bash +++ b/shell-integration/bash/kitty.bash @@ -61,7 +61,7 @@ _ksi_main() { if [[ "${_ksi_prompt[cursor]}" == "y" ]]; then _ksi_prompt[ps1]+="\[\e[5 q\]" # blinking bar cursor - _ksi_prompt[ps0]+="\[\e[5 q\]" # blinking block cursor + _ksi_prompt[ps0]+="\[\e[1 q\]" # blinking block cursor fi if [[ "${_ksi_prompt[title]}" == "y" ]]; then