From 1d8c54eb65d93f5ff02fd1160db1c5d4146a6f06 Mon Sep 17 00:00:00 2001 From: Vincent Composieux Date: Sat, 16 Feb 2019 18:40:25 +0100 Subject: [PATCH] Removed emoji from zsh theme to avoid issues when editing long things --- .oh-my-zsh/themes/eko.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%}"