From 606b650dd71c94b8af88e852e11057fa02767076 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20Gyo=CC=88rffy?= Date: Fri, 13 Jul 2012 10:33:00 +0100 Subject: [PATCH] Adding the new 'eclm' theme. --- themes/eclm.zsh-theme | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 themes/eclm.zsh-theme diff --git a/themes/eclm.zsh-theme b/themes/eclm.zsh-theme new file mode 100644 index 000000000..cc1cb5d66 --- /dev/null +++ b/themes/eclm.zsh-theme @@ -0,0 +1,6 @@ +PROMPT='%(?, %{$fg[cyan]%}, %{$fg[magenta]%})➜%{$reset_color%} %p %c $(git_prompt_info) ' + +ZSH_THEME_GIT_PROMPT_PREFIX="git:(%{$fg[blue]%}" +ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}%{$reset_color%}) %{$fg[yellow]%}✗%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%}%{$reset_color%})"