diff --git a/.zshrc b/.zshrc index 71aa591..859e353 100644 --- a/.zshrc +++ b/.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'