From ea8788016cfb339ac436f66d4b0f458449555813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Theophilo?= Date: Tue, 14 Mar 2017 00:24:07 -0300 Subject: [PATCH] Adds my custom theme based on bash --- themes/ziggoto.zsh-theme | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 themes/ziggoto.zsh-theme diff --git a/themes/ziggoto.zsh-theme b/themes/ziggoto.zsh-theme new file mode 100644 index 000000000..9737d4e07 --- /dev/null +++ b/themes/ziggoto.zsh-theme @@ -0,0 +1,8 @@ +# Theme with full path names and hostname +# Handy if you work on different servers all the time; +PROMPT='%{$fg_bold[green]%}%n@%M%{$reset_color%}:%{$fg_bold[blue]%}%/%{$reset_color%} $(git_prompt_info)' + +ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[yellow]%}git:(%{$fg[red]%}" +ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} " +ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%}) %{$reset_color%}%(!.#.$)" +ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"