mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Added skwp theme - super basic theme with git and rvm support
This commit is contained in:
parent
757fa3314d
commit
3d60273ad4
1 changed files with 9 additions and 0 deletions
9
themes/skwp.zsh-theme
Normal file
9
themes/skwp.zsh-theme
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Simple theme with RVM prompt
|
||||
|
||||
PROMPT='%{$fg[blue]%}%~%{$fg_bold[yellow]%}$(git_prompt_info)%{$reset_color%}%{$fg[blue]%}➤ %{$reset_color%}'
|
||||
RPROMPT='%{$fg[blue]%}$(rvm-prompt i v p g)%{$reset_color%}'
|
||||
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX=" "
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX=" "
|
||||
ZSH_THEME_GIT_PROMPT_DIRTY=" ✗"
|
||||
ZSH_THEME_GIT_PROMPT_CLEAN=" ✔"
|
||||
Loading…
Add table
Add a link
Reference in a new issue