Remove beam cursor section

This commit is contained in:
rakete 2022-02-13 17:22:57 +01:00
parent a1edb5e46a
commit 224ff9a429

View File

@ -28,8 +28,6 @@ bindkey -M menuselect 'l' vi-forward-char
bindkey -M menuselect 'j' vi-down-line-or-history
bindkey -v '^?' backward-delete-char
echo -ne '\e[5 q' # Use beam shape cursor on startup.
preexec() { echo -ne '\e[5 q' ;} # Use beam shape cursor for each new prompt.
plugins=(git colored-man-pages)