From 10a035215ed6634a7b3409438367e640c03debdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?He=CC=81ctor=20Palma=20Te=CC=81llez?= Date: Tue, 3 Jun 2014 01:29:57 -0400 Subject: [PATCH] =?UTF-8?q?A=C3=B1adido=20clon=20de=20Cloud=20con=20emojis?= =?UTF-8?q?=20bacanes.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/furio.zsh-theme | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 themes/furio.zsh-theme diff --git a/themes/furio.zsh-theme b/themes/furio.zsh-theme new file mode 100644 index 000000000..ecea6e1a2 --- /dev/null +++ b/themes/furio.zsh-theme @@ -0,0 +1,10 @@ +if [[ -z $ZSH_THEME_FURIO_PREFIX ]]; then + ZSH_THEME_FURIO_PREFIX='👊' +fi + +PROMPT='%{$fg_bold[blue]%}$ZSH_THEME_FURIO_PREFIX %{$fg_bold[red]%}%p %{$fg[red]%}%c %{$fg_bold[white]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}' + +ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[red]%}[%{$fg[white]%}" +ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%}] %{$fg[yellow]%}😱%{$reset_color%} " +ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[red]%}]"