From 5fa9d53e8f7e6a853667669f377420c71b31f5f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paulo=20Magalh=C3=A3es?= Date: Sat, 24 Oct 2015 13:46:38 -0200 Subject: [PATCH] Added paulomagalhaes theme --- themes/paulomagalhaes.zsh-theme | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 themes/paulomagalhaes.zsh-theme diff --git a/themes/paulomagalhaes.zsh-theme b/themes/paulomagalhaes.zsh-theme new file mode 100644 index 000000000..dc83dd7ed --- /dev/null +++ b/themes/paulomagalhaes.zsh-theme @@ -0,0 +1,11 @@ +# Prompt format +PROMPT='%(?: :%{$fg_bold[red]%} %s)' +RPROMPT='%{$fg_bold[cyan]%}${PWD/$HOME/~}%{$reset_color%}$(git_prompt_info)' + +# Format for git_prompt_info() +ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg_bold[green]%}" +ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" + +# Format for parse_git_dirty() +ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[red]%} ●" +ZSH_THEME_GIT_PROMPT_CLEAN=""