From b4dd37f831ae361f40c5c9583f9b467b6edac90d Mon Sep 17 00:00:00 2001 From: Jan Sanchez Date: Tue, 15 Oct 2013 14:59:06 -0500 Subject: [PATCH] add janvaljan.zsh-theme --- themes/janvaljan.zsh-theme | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 themes/janvaljan.zsh-theme diff --git a/themes/janvaljan.zsh-theme b/themes/janvaljan.zsh-theme new file mode 100644 index 000000000..57a3f17f1 --- /dev/null +++ b/themes/janvaljan.zsh-theme @@ -0,0 +1,5 @@ + +PROMPT='%{$fg_bold[yellow]%} ✔ %{$fg_no_bold[magenta]%}%m %{$fg_no_bold[cyan]%}%c %{$fg_no_bold[yellow]%}✚ $(git_prompt_info)%{$fg_no_bold[yellow]%}' + +ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_no_bold[green]%}git:%{$fg[blue]%}" +ZSH_THEME_GIT_PROMPT_SUFFIX="%{$fg_no_bold[yellow]%} λ " \ No newline at end of file