From a7edd18a7f568bfe8ea599382d55796bb25eb08c Mon Sep 17 00:00:00 2001 From: Kaushik Varanasi Date: Wed, 12 Oct 2016 17:10:22 +0530 Subject: [PATCH 1/2] 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]%}] 😇 " From 92db42262d96a47f9c599a51bd6fc653a7bf8034 Mon Sep 17 00:00:00 2001 From: Kaushik Varanasi Date: Wed, 12 Oct 2016 17:16:16 +0530 Subject: [PATCH 2/2] add failure poop emoji --- themes/ohwonder.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/ohwonder.zsh-theme b/themes/ohwonder.zsh-theme index 43c03165d..e413cd092 100644 --- a/themes/ohwonder.zsh-theme +++ b/themes/ohwonder.zsh-theme @@ -1,4 +1,4 @@ -local ret_status="%(?:%{$fg_bold[green]%}🤖 :%{$fg_bold[red]%}➜ )" +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]%}"