mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
adding my preferred theme (minimalist but info when necessary)
This commit is contained in:
parent
9f46eafae0
commit
39fbee68a1
1 changed files with 9 additions and 0 deletions
9
themes/chaos.zsh-theme
Normal file
9
themes/chaos.zsh-theme
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
PROMPT='%{$fg[cyan]%}%D @ %T %{$fg[magenta]%}%m%{$reset_color%}:%{$fg_bold[yellow]%}%c %{$fg_bold[magenta]%}%n%{$reset_color%}% %{$fg_bold[cyan]%}$%{$reset_color%}% '
|
||||
RPROMPT='%{$fg_bold[cyan]%}$(git_prompt_info)%{$reset_color%}% '
|
||||
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX="|%{$fg[yellow]%}"
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
|
||||
#ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[cyan]%} %{$fg[yellow]%}✗%{$fg[cyan]%}>%{$reset_color%}"
|
||||
#ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[green]%}>"
|
||||
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}%B✘ %b%{$fg_bold[cyan]%}|%f%{$reset_color%}"
|
||||
ZSH_THEME_GIT_PROMPT_CLEAN=" %{$fg[green]%}✔ %b%{$fg_bold[cyan]%}|%f%{$reset_color%}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue