wrong cursor stuff fix

This commit is contained in:
Anton Volnuhin 2026-04-07 23:52:35 +03:00
parent 5274042036
commit 83e26550d0

View File

@ -158,14 +158,6 @@ if test -f "$HOME/.cargo/env.fish"
source "$HOME/.cargo/env.fish" source "$HOME/.cargo/env.fish"
end 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 fish_add_path $HOME/dev/screenpipe/target/debug
# Added by LM Studio CLI (lms) # Added by LM Studio CLI (lms)