mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
Merge 151c6410e0 into 291e96dcd0
This commit is contained in:
commit
3b9b3c798f
2 changed files with 37 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