mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-16 02:27:03 +01:00
Create clarkbarz.zsh-theme
This commit is contained in:
parent
fce68bbba0
commit
5d17f9aa0f
1 changed files with 10 additions and 0 deletions
10
themes/clarkbarz.zsh-theme
Normal file
10
themes/clarkbarz.zsh-theme
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
#clarkbarz theme
|
||||||
|
|
||||||
|
PROMPT='%{$fg[white]%}%n%{$reset_color%}%{$fg[yellow]%}λ%{$fg[white]%}%M%{$reset_color%}%{$fg[yellow]%} (%{$fg[white]%}${PWD/#$HOME/~}%{$reset_color%}%{$fg[yellow]%})$(git_prompt_info)
|
||||||
|
└> % %{$reset_color%}'
|
||||||
|
RPROMPT='%{$fg[yellow]%}[%{$fg[white]%}%*%{$fg[yellow]%}]%{$reset_color%}'
|
||||||
|
|
||||||
|
ZSH_THEME_GIT_PROMPT_PREFIX=" (%{$reset_color%}%{$fg[white]%}git:%{$fg[white]%}"
|
||||||
|
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}%{$fg[yellow]%})"
|
||||||
|
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}✗%{$reset_color%}"
|
||||||
|
ZSH_THEME_GIT_PROMPT_CLEAN=" %{$fg[green]%}✔%{$reset_color%}"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue