diff --git a/.zshrc b/.zshrc index ab6af06..76d861a 100644 --- a/.zshrc +++ b/.zshrc @@ -28,7 +28,7 @@ zstyle ':vcs_info:*' enable git precmd () { vcs_info } setopt promptsubst -PS1='%F{5}%3~ ${vcs_info_msg_0_}%f%# ' +PS1='%S%F{5} %3~ ${vcs_info_msg_0_}%f%#%s ' "$REMOTE" && PS1='%n@%m '$PS1 alias ls='ls --color=always'