From b9b9c432fab49de44006aae2bff973ad98818c53 Mon Sep 17 00:00:00 2001 From: sonnym Date: Wed, 21 Mar 2012 14:59:08 -0400 Subject: [PATCH] add theme --- themes/hybrid.zsh-theme | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 themes/hybrid.zsh-theme diff --git a/themes/hybrid.zsh-theme b/themes/hybrid.zsh-theme new file mode 100644 index 000000000..26d925ec5 --- /dev/null +++ b/themes/hybrid.zsh-theme @@ -0,0 +1,6 @@ +# Theme with full path names and hostname +# Handy if you work on different servers all the time; +PROMPT='%{$fg[cyan]%}%n%{$reset_color%}@%{$fg[yellow]%}%M:%{$fg[green]%}${PWD/#$HOME/~}%{$reset_color%} $(git_prompt_info) %(!.#.$) ' + +ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[cyan]%}git:(" +ZSH_THEME_GIT_PROMPT_SUFFIX=")%{$reset_color%}"