fix cursor
This commit is contained in:
parent
4d3b37156d
commit
f960ff45b4
1 changed files with 5 additions and 0 deletions
5
.zshrc
5
.zshrc
|
@ -63,3 +63,8 @@ if $(which zoxide > /dev/null); then
|
||||||
eval "$(zoxide init zsh --cmd c)"
|
eval "$(zoxide init zsh --cmd c)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
_fix_cursor() {
|
||||||
|
echo -ne '\e[3 q'
|
||||||
|
}
|
||||||
|
|
||||||
|
precmd_functions+=(_fix_cursor)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue