mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
turning off svn prompt
This commit is contained in:
parent
6bcf1a5ccb
commit
86efc5bac8
1 changed files with 1 additions and 1 deletions
|
|
@ -23,5 +23,5 @@ ZSH_THEME_GIT_PROMPT_UNMERGED="%{$fg[yellow]%} ═ "
|
|||
ZSH_THEME_GIT_PROMPT_UNTRACKED="%{$fg[cyan]%} ✭ "
|
||||
|
||||
PROMPT="${user} ${pwd}$ "
|
||||
RPROMPT="${return_code} ${git_branch} ${svn}"
|
||||
RPROMPT="${return_code} ${git_branch}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue