Skip to content

Commit

Permalink
Removed emoji from zsh theme to avoid issues when editing long things
Browse files Browse the repository at this point in the history
  • Loading branch information
eko committed Feb 16, 2019
1 parent 0fbeaa8 commit 1d8c54e
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[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%}"
Expand Down

0 comments on commit 1d8c54e

Please sign in to comment.