Change cursor style to bar
This commit is contained in:
parent
6fbdeded26
commit
48cd672fe1
@ -93,3 +93,9 @@ then
|
||||
export PATH=$HOME/.local/share/fnm:$PATH
|
||||
eval "`fnm env`"
|
||||
fi
|
||||
|
||||
_fix_cursor() {
|
||||
echo -ne '\e[5 q'
|
||||
}
|
||||
|
||||
precmd_functions+=(_fix_cursor)
|
||||
|
Loading…
Reference in New Issue
Block a user