diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 3718fc64..5a2c4353 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -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)