mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Add curlybracket theme
This commit is contained in:
parent
357ab4912b
commit
deb829e8fd
1 changed files with 25 additions and 0 deletions
25
themes/curlybracket.zsh-theme
Normal file
25
themes/curlybracket.zsh-theme
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
# ----------------------------------------------------------------------------
|
||||||
|
# prompt variables
|
||||||
|
# ----------------------------------------------------------------------------
|
||||||
|
ZSH_PROMPT_BASE_COLOR="%{$FG[243]%}"
|
||||||
|
|
||||||
|
ZSH_THEME_GIT_PROMPT_PREFIX="%{$FG[243]%}git:("
|
||||||
|
ZSH_THEME_GIT_PROMPT_SUFFIX=")"
|
||||||
|
ZSH_THEME_GIT_PROMPT_DIRTY="*"
|
||||||
|
ZSH_THEME_GIT_PROMPT_CLEAN=""
|
||||||
|
|
||||||
|
ZSH_THEME_HG_PROMPT_PREFIX="hg:("
|
||||||
|
ZSH_THEME_HG_PROMPT_SUFFIX=""
|
||||||
|
ZSH_THEME_HG_PROMPT_DIRTY="*)"
|
||||||
|
ZSH_THEME_HG_PROMPT_CLEAN=")"
|
||||||
|
|
||||||
|
ZSH_THEME_SVN_PROMPT_PREFIX="svn:("
|
||||||
|
ZSH_THEME_SVN_PROMPT_SUFFIX=""
|
||||||
|
ZSH_THEME_SVN_PROMPT_DIRTY="*)"
|
||||||
|
ZSH_THEME_SVN_PROMPT_CLEAN=")"
|
||||||
|
|
||||||
|
# ----------------------------------------------------------------------------
|
||||||
|
# zee prompt (ha ha)
|
||||||
|
# ----------------------------------------------------------------------------
|
||||||
|
PROMPT='%{$fg_bold[blue]%}%n@%m %{$fg[green]%}${PWD/#$HOME/~}%b%{$reset_color%} '
|
||||||
|
RPROMPT='$(hg_prompt_info)$(git_prompt_info)$(svn_prompt_info)%{$reset_color%}'
|
||||||
Loading…
Add table
Add a link
Reference in a new issue