diff --git a/zsh/.zshrc b/zsh/.zshrc index 2663aa0..8b5e73f 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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)