Skip to content

Commit

Permalink
Updated oh-my-zsh theme to display a blue cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
eko committed Feb 8, 2019
1 parent a5730a1 commit 56f86f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .oh-my-zsh/themes/eko.zsh-theme
Expand Up @@ -4,7 +4,7 @@
MODE_INDICATOR="%{$fg_bold[yellow]%}❮%{$reset_color%}%{$fg[yellow]%}❮❮%{$reset_color%}"
local return_status="%{$fg[yellow]%}%(?..⏎)%{$reset_color%}"

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

ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[blue]%}git%{$reset_color%}:%{$fg[yellow]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
Expand Down

0 comments on commit 56f86f2

Please sign in to comment.