diff options
author | Christopher Chow <soliah@gmail.com> | 2010-04-30 16:36:03 +0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2010-05-08 04:27:15 +0800 |
commit | 458da5895a5fd13823545c187cf64436b39c8266 (patch) | |
tree | 8999a7b281d1e2a494ef7a7469bba6e72245e4a0 /themes/Soliah.zsh-theme | |
parent | 08a90297fe7c1105253619e42f0fb07a2538db21 (diff) | |
download | zsh-458da5895a5fd13823545c187cf64436b39c8266.tar.gz zsh-458da5895a5fd13823545c187cf64436b39c8266.tar.bz2 zsh-458da5895a5fd13823545c187cf64436b39c8266.zip |
Added my own theme.
Diffstat (limited to 'themes/Soliah.zsh-theme')
-rw-r--r-- | themes/Soliah.zsh-theme | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/Soliah.zsh-theme b/themes/Soliah.zsh-theme new file mode 100644 index 000000000..7ad876d41 --- /dev/null +++ b/themes/Soliah.zsh-theme @@ -0,0 +1,6 @@ +PROMPT='%{$fg[blue]%}%B%20~%b%{$reset_color%}%{$(git_prompt_info)%} $ ' + +ZSH_THEME_GIT_PROMPT_PREFIX="(%{$fg[green]%}" +ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%})" +ZSH_THEME_GIT_PROMPT_DIRTY="*%{$reset_color%}" + |