mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
remove incomplete git integration from fishy theme
This commit is contained in:
parent
01b0366f3e
commit
04f582d940
1 changed files with 3 additions and 7 deletions
|
|
@ -1,9 +1,5 @@
|
|||
# ZSH Theme emulating the Fish shell's default prompt.
|
||||
|
||||
local user_color='green'; [ $UID -eq 0 ] && user_color='red'
|
||||
# ZSH theme emulating the Fish shell's default prompt.
|
||||
local user_color=green; [ $UID -eq 0 ] && user_color=red
|
||||
PROMPT='%n@%m %{$fg[$user_color]%}%~%{$reset_color%}%(!.#.>) '
|
||||
PROMPT2='%{$fg[red]%}\ %{$reset_color%}'
|
||||
RPS1='%(?..%{$fg[red]%}%? ↵%{$reset_color%})$(git_prompt_info)'
|
||||
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[cyan]%}"
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
|
||||
RPS1='%(?..%{$fg[red]%}%? ↵%{$reset_color%})'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue