experimental fish cursor fixes
This commit is contained in:
parent
b0dbb8e0b2
commit
5274042036
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user