From 7852e5f0a224d754941c791349abe02728996826 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ve=C4=8De=C5=99a?= Date: Thu, 5 Jun 2014 16:04:49 +0200 Subject: [PATCH] Created new theme: marvec --- themes/marvec.zsh-theme | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 themes/marvec.zsh-theme diff --git a/themes/marvec.zsh-theme b/themes/marvec.zsh-theme new file mode 100644 index 000000000..6fb9a9754 --- /dev/null +++ b/themes/marvec.zsh-theme @@ -0,0 +1,6 @@ +PROMPT='%{$fg_bold[yellow]%}%D{%H:%M:%S}%{$reset_color%} [%{$fg_bold[blue]%}%n%{$fg_bold[yellow]%}@%{$fg_bold[green]%}%m%u%{$reset_color%}:%{$fg_bold[red]%}%2c%{$reset_color%}]$(git_prompt_info) %(!.#.$) ' + +ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[blue]%}git:%{$reset_color%}(%{$fg[green]%}" +ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_DIRTY="%{$reset_color%})%{$fg[yellow]%}✗%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_CLEAN="%{$reset_color%})"