mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Added a theme with 2-lined layout
This commit is contained in:
parent
971b071dc6
commit
3ba29c2656
1 changed files with 15 additions and 0 deletions
15
themes/ognevsky.zsh-theme
Normal file
15
themes/ognevsky.zsh-theme
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
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
|
||||||
|
if [[ -s ~/.rvm/scripts/rvm ]] ; then
|
||||||
|
RPROMPT="$RPROMPT %{$reset_color%}%{$fg[blue]%}\$(~/.rvm/bin/rvm-prompt i v g)%{$reset_color%}"
|
||||||
|
fi
|
||||||
Loading…
Add table
Add a link
Reference in a new issue