mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Reset color after pwd
This commit is contained in:
parent
e35da9b9fe
commit
c900d2e7ac
1 changed files with 1 additions and 1 deletions
|
|
@ -3,4 +3,4 @@ ZSH_THEME_GIT_PROMPT_SUFFIX="$fg[cyan])$reset_color"
|
||||||
ZSH_THEME_GIT_PROMPT_DIRTY=" $fg[red]✗$reset_color"
|
ZSH_THEME_GIT_PROMPT_DIRTY=" $fg[red]✗$reset_color"
|
||||||
ZSH_THEME_GIT_PROMPT_CLEAN=" $fg[green]✔$reset_color"
|
ZSH_THEME_GIT_PROMPT_CLEAN=" $fg[green]✔$reset_color"
|
||||||
|
|
||||||
PROMPT='$(git_prompt_info) $fg[cyan]%c '
|
PROMPT='$(git_prompt_info) $fg[cyan]%c$reset_color '
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue