mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
Don't force diable untracked dirty files.
This commit is contained in:
parent
8a7c1a4c40
commit
b657d43e44
1 changed files with 0 additions and 2 deletions
|
|
@ -12,8 +12,6 @@ local git_status='$(parse_git_dirty)$(git_prompt_info)%{$reset_color%} $(git_rem
|
|||
|
||||
RPROMPT="${git_status}"
|
||||
|
||||
DISABLE_UNTRACKED_FILES_DIRTY=true
|
||||
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX=""
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX=""
|
||||
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[yellow]%}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue