zsh: Arreglar PS1 para no tener un caracter invisible
This commit is contained in:
parent
0af9e3415f
commit
82c4a7d451
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue