mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Update andynu theme (to reset PROMPT/RPROMPT)
This commit is contained in:
parent
6774669bcd
commit
31425d1600
1 changed files with 4 additions and 0 deletions
|
|
@ -59,6 +59,10 @@ screen_window(){
|
||||||
else echo "" # regular
|
else echo "" # regular
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
PROMPT=""
|
||||||
|
RPROMPT=""
|
||||||
|
|
||||||
_prompt(){
|
_prompt(){
|
||||||
export PS1="$(err_prompt)$(screen_window)%{$(c 24)%}%n%{$NC%}%{$(c 237)%}@%{$h_color%}%m%{$(c 237)%}:%{$(c 124)%}%~ %{$(c 11)%}$(parse_git_branch)$(parse_svn_branch)%{$(c 233)%}
|
export PS1="$(err_prompt)$(screen_window)%{$(c 24)%}%n%{$NC%}%{$(c 237)%}@%{$h_color%}%m%{$(c 237)%}:%{$(c 124)%}%~ %{$(c 11)%}$(parse_git_branch)$(parse_svn_branch)%{$(c 233)%}
|
||||||
%{$LightRed%}%# %{$NC%}"
|
%{$LightRed%}%# %{$NC%}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue