experimental fish cursor fixes

This commit is contained in:
Anton Volnuhin 2026-04-07 23:39:17 +03:00
parent b0dbb8e0b2
commit 5274042036

View File

@ -158,6 +158,14 @@ if test -f "$HOME/.cargo/env.fish"
source "$HOME/.cargo/env.fish"
end
function _ksi_bar_cursor --on-event fish_prompt
printf "\e[5 q"
end
function _ksi_block_cursor --on-event fish_preexec
printf "\e[2 q"
end
fish_add_path $HOME/dev/screenpipe/target/debug
# Added by LM Studio CLI (lms)