Skip to content

Commit

Permalink
Updated oh-my-zsh theme
Browse files Browse the repository at this point in the history
  • Loading branch information
eko committed May 7, 2018
1 parent 8979495 commit 130760b
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .oh-my-zsh/themes/eko.zsh-theme
@@ -1,10 +1,12 @@
if [[ -z $ZSH_THEME_CLOUD_PREFIX ]]; then
ZSH_THEME_CLOUD_PREFIX=''
fi
# sorin.zsh-theme
# screenshot: http://i.imgur.com/aipDQ.png

PROMPT='%{$fg[white]%}$ZSH_THEME_CLOUD_PREFIX %{$fg[cyan]%}%p %{$fg[cyan]%}%c %{$fg[yellow]%}$(git_prompt_info)%{$fg[blue]%} % %{$reset_color%}'
MODE_INDICATOR="%{$fg_bold[yellow]%}❮%{$reset_color%}%{$fg[yellow]%}❮❮%{$reset_color%}"
local return_status="%{$fg[yellow]%}%(?..⏎)%{$reset_color%}"

ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[cyan]%}[%{$fg[yellow]%}"
PROMPT='%{$fg[cyan]%}%c$(git_prompt_info) %(!.%{$fg_bold[yellow]%}#.%{$fg_bold[white]%}☁︎)%{$reset_color%} '

ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[blue]%}git%{$reset_color%}:%{$fg[yellow]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[cyan]%}] %{$fg[yellow]%}⚡%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[cyan]%}]"
ZSH_THEME_GIT_PROMPT_DIRTY=""
ZSH_THEME_GIT_PROMPT_CLEAN=""

0 comments on commit 130760b

Please sign in to comment.