zsh: Arreglar PS1 para no tener un caracter invisible

This commit is contained in:
Cat /dev/Nulo 2022-08-10 10:22:59 +02:00
parent 0af9e3415f
commit 82c4a7d451
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -31,7 +31,7 @@ zstyle ':vcs_info:*' enable git
precmd () { vcs_info }
setopt promptsubst
PS1=$'%{\e]133;A%}$''%F{5} %3~ ${vcs_info_msg_0_}%f%# '
PS1=$'%{\e]133;A%}''%F{5} %3~ ${vcs_info_msg_0_}%f%# '
"$REMOTE" && PS1='%n@%m '$PS1
alias ls='ls --color=always'