Commit d48838cf201ba6d2108d8dd7b7b85ebb39aa6485
1 parent
092a781f01
Exists in
master
and in
2 other branches
mj.zsh-theme: improve
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
repos/robbyrussell/oh-my-zsh/themes/mj.zsh-theme
... | ... | @@ -15,7 +15,7 @@ GIT_DIRTY_COLOR=$FG[133] |
15 | 15 | GIT_CLEAN_COLOR=$FG[118] |
16 | 16 | GIT_PROMPT_INFO=$FG[012] |
17 | 17 | |
18 | -PROMPT='%{${fg_bold[blue]%}%{$MNCOLOR%}%m%{${reset_color}%} %{$PROMPT_SUCCESS_COLOR%}%~%{$reset_color%} %{$GIT_PROMPT_INFO%}$(git_prompt_info)%{$GIT_DIRTY_COLOR%}$(git_prompt_status) %{$reset_color%}%{$PROMPT_PROMPT%}ᐅ%{$reset_color%} ' | |
18 | +PROMPT='%{$MNCOLOR%}%m%{${reset_color}%} %{$PROMPT_SUCCESS_COLOR%}%~%{$reset_color%} %{$GIT_PROMPT_INFO%}$(git_prompt_info)%{$GIT_DIRTY_COLOR%}$(git_prompt_status) %{$reset_color%}%{$PROMPT_PROMPT%}ᐅ%{$reset_color%} ' | |
19 | 19 | |
20 | 20 | #RPS1="${return_code}" |
21 | 21 |