mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
Add custmozied wezm(less color and more username@hostname at rprompt)
This commit is contained in:
parent
c2ae9e09ca
commit
280fda2b20
1 changed files with 7 additions and 0 deletions
7
themes/wezm-.zsh-theme
Normal file
7
themes/wezm-.zsh-theme
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
PROMPT='$(git_prompt_info)%(?,,%{${fg_bold[white]}%}[%?]%{$reset_color%} )%{$fg[yellow]%}%#%{$reset_color%} '
|
||||
RPROMPT='%{$fg[green]%}%~%{$reset_color%}:%n%f@%m%f'
|
||||
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX="%{$reset_color%}("
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
|
||||
ZSH_THEME_GIT_PROMPT_DIRTY=")%{$fg[red]%}✘%{$reset_color%}"
|
||||
ZSH_THEME_GIT_PROMPT_CLEAN=")"
|
||||
Loading…
Add table
Add a link
Reference in a new issue