mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
the sparkle theme
This commit is contained in:
parent
dcab0cdc54
commit
2f8fb3a8c8
1 changed files with 6 additions and 0 deletions
6
themes/sparkle.zsh-theme
Normal file
6
themes/sparkle.zsh-theme
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
PROMPT='$fg[yellow]$(rvm-prompt i v g) $fg[white]%n@%m:%~$(git_prompt_info)$reset_color $ '
|
||||
# git theming
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX="$fg[yellow] "
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX=""
|
||||
ZSH_THEME_GIT_PROMPT_CLEAN=""
|
||||
ZSH_THEME_GIT_PROMPT_DIRTY="$fg[red]!"
|
||||
Loading…
Add table
Add a link
Reference in a new issue