diff --git a/.oh-my-zsh/themes/eko.zsh-theme b/.oh-my-zsh/themes/eko.zsh-theme index 7b70c4f..926139c 100644 --- a/.oh-my-zsh/themes/eko.zsh-theme +++ b/.oh-my-zsh/themes/eko.zsh-theme @@ -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[blue]%}☁︎ )%{$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%}"