mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Merge b0cf2e2fd8 into 5bd9500bf4
This commit is contained in:
commit
917a7d7d00
1 changed files with 4 additions and 2 deletions
|
|
@ -197,8 +197,10 @@ build_prompt() {
|
|||
prompt_virtualenv
|
||||
prompt_context
|
||||
prompt_dir
|
||||
prompt_git
|
||||
prompt_hg
|
||||
if [[ "$(command git config --get oh-my-zsh.hide-status 2>/dev/null)" != "1" ]]; then
|
||||
prompt_git
|
||||
prompt_hg
|
||||
fi
|
||||
prompt_end
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue