mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Added Ognevsky Theme
This commit is contained in:
parent
762b55bb2b
commit
2ea77ab27c
1 changed files with 22 additions and 0 deletions
22
themes/ognevsky.zsh-theme
Normal file
22
themes/ognevsky.zsh-theme
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[black]%}"
|
||||||
|
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
|
||||||
|
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%}*"
|
||||||
|
ZSH_THEME_GIT_PROMPT_CLEAN=""
|
||||||
|
|
||||||
|
PROMPT='%_
|
||||||
|
%{$fg_bold[black]%}%~%{$reset_color%}
|
||||||
|
%_• '
|
||||||
|
|
||||||
|
RPROMPT='$(git_prompt_info) '
|
||||||
|
|
||||||
|
#RVM settings
|
||||||
|
# Single-user install
|
||||||
|
if [[ -s ~/.rvm/scripts/rvm ]] ; then
|
||||||
|
RPROMPT="$RPROMPT %{$reset_color%}%{$fg[blue]%}\$(~/.rvm/bin/rvm-prompt i v g)%{$reset_color%}"
|
||||||
|
fi
|
||||||
|
|
||||||
|
# System-wide install
|
||||||
|
if [[ -s /usr/local/rvm/scripts/rvm ]] ; then
|
||||||
|
RPROMPT="$RPROMPT %{$reset_color%}%{$fg[blue]%}\$(/usr/local/rvm/bin/rvm-prompt i v g)%{$reset_color%}"
|
||||||
|
fi
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue