mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Use __git_ps1 rather than ohmyzsh git prompt
This commit is contained in:
parent
4f5573d421
commit
93a47892f9
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
PROMPT='%{$fg[grey]%}%n@%m %{$fg[green]%}%~%{$reset_color%} $(git_prompt_info)%{$fg[green]%}$%{$reset_color%} '
|
||||
PROMPT='%{$fg[grey]%}%n@%m %{$fg[green]%}%~%{$reset_color%}$(__git_ps1) %{$fg[green]%}$%{$reset_color%} '
|
||||
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX="("
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX=") "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue