mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
adding my own theme
This commit is contained in:
parent
e5e5597824
commit
6ad908604a
1 changed files with 8 additions and 0 deletions
8
themes/santiycr.zsh-theme
Normal file
8
themes/santiycr.zsh-theme
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
PROMPT='%{$fg_no_bold[cyan]%}%n %{$fg_no_bold[yellow]%}%3~%{$reset_color%} %{$fg_no_bold[magenta]%}• %{$reset_color%}'
|
||||
RPROMPT='$(git_prompt_info) %{$reset_color%}[%*]'
|
||||
|
||||
# git theming
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[blue]%}"
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX=""
|
||||
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_no_bold[green]%} ✔%{$reset_color%}"
|
||||
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_no_bold[red]%} ✗%{$reset_color%}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue