mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
add smh-theme; based on dst + RVM info
This commit is contained in:
parent
f4944d5a95
commit
774495369e
1 changed files with 21 additions and 0 deletions
21
themes/smh.zsh-theme
Normal file
21
themes/smh.zsh-theme
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
|
||||||
|
ZSH_THEME_GIT_PROMPT_PREFIX="|%{$fg[green]%}"
|
||||||
|
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
|
||||||
|
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%}!"
|
||||||
|
ZSH_THEME_GIT_PROMPT_CLEAN=""
|
||||||
|
|
||||||
|
function smh_rvm_info {
|
||||||
|
echo "%{$fg[magenta]%}$(rvm_prompt_info)%{$reset_color%}"
|
||||||
|
}
|
||||||
|
|
||||||
|
function prompt_char {
|
||||||
|
if [ $UID -eq 0 ]; then echo "%{$fg[red]%}#%{$reset_color%}"; else echo $; fi
|
||||||
|
}
|
||||||
|
|
||||||
|
PROMPT='%(?, ,%{$fg[red]%}FAIL%{$reset_color%}
|
||||||
|
)
|
||||||
|
%{$fg[yellow]%}%m%{$reset_color%}: %{$fg_bold[blue]%}%~%{$reset_color%} [$(smh_rvm_info)$(git_prompt_info)]
|
||||||
|
%_ $(prompt_char) '
|
||||||
|
|
||||||
|
RPROMPT='%{$fg[green]%}[%*]%{$reset_color%}'
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue