zsh: fix for narrow cursor

This commit is contained in:
Daniel Lundin 2023-07-01 15:45:54 +02:00
parent e594c4177d
commit d25cbf6ea4

2
.zshrc
View file

@ -154,8 +154,8 @@ prompt_chpwd() {
chpwd_functions+=prompt_chpwd
prompt_precmd() {
# PROMPT_LABEL="%B$(tmux display-message -p "#I")%b"
PROMPT_LABEL="$HOST"
echo -ne '\e[5 q' # Fix cursor
}
precmd_functions+=(prompt_precmd)