fix gitster prompt
This commit is contained in:
parent
598326aa9f
commit
1ee4d85547
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ function get_pwd(){
|
|||
print $prompt_short_dir
|
||||
}
|
||||
|
||||
PROMPT='$ret_status %{$fg[white]%}$(get_pwd) $(git_prompt_info)%{$reset_color%}%{$reset_color%} '
|
||||
PROMPT="$ret_status %{$fg[white]%}$(get_pwd) $(git_prompt_info)%{$reset_color%}%{$reset_color%} "
|
||||
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[cyan]%}"
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
|
||||
|
|
Loading…
Reference in a new issue