mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Added a more compact version of the candy theme.
This commit is contained in:
parent
583c984a86
commit
10763dfc27
1 changed files with 6 additions and 0 deletions
6
themes/compact.zsh-theme
Normal file
6
themes/compact.zsh-theme
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
PROMPT=$'%{$fg_bold[green]%}%n@%m%{$reset_color%}:%{$fg_bold[blue]%}%D{%I.%M.%S}%{$reset_color%}:%{$fg[white]%}%1~%{$reset_color%}$(git_prompt_info)%(?..%{$fg_bold[red]%}X%{$reset_color%})%{$fg[blue]%}> %{$reset_color%}'
|
||||
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}["
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX="]%{$reset_color%}"
|
||||
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}*%{$fg[green]%}"
|
||||
ZSH_THEME_GIT_PROMPT_CLEAN=""
|
||||
Loading…
Add table
Add a link
Reference in a new issue