From a7edd18a7f568bfe8ea599382d55796bb25eb08c Mon Sep 17 00:00:00 2001 From: Kaushik Varanasi Date: Wed, 12 Oct 2016 17:10:22 +0530 Subject: [PATCH] new theme with funky emojis --- themes/ohwonder.zsh-theme | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 themes/ohwonder.zsh-theme diff --git a/themes/ohwonder.zsh-theme b/themes/ohwonder.zsh-theme new file mode 100644 index 000000000..43c03165d --- /dev/null +++ b/themes/ohwonder.zsh-theme @@ -0,0 +1,7 @@ +local ret_status="%(?:%{$fg_bold[green]%}🤖 :%{$fg_bold[red]%}➜ )" +PROMPT='${ret_status} %{$fg[cyan]%}%c%{$reset_color%} $(git_prompt_info)' + +ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}[%{$fg[red]%}" +ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} " +ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}] %{$fg[yellow]%}😡 " +ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%}] 😇 "