summaryrefslogtreecommitdiff
path: root/themes/simple.zsh-theme
diff options
context:
space:
mode:
authorJan-Oliver Jahner <jan-oliver.jahner@tolingo.com>2011-05-20 15:14:10 +0200
committerJan-Oliver Jahner <jan-oliver.jahner@tolingo.com>2011-05-20 15:14:10 +0200
commit210c1ef86deed805b3c5b25833d4b128f758b610 (patch)
tree7e331e7e8f9f6b84a1e4d3ff689bda71cff0f3cc /themes/simple.zsh-theme
parent7c3d12c7de1c2d8efdefe09b02349e24106e36c6 (diff)
downloadzsh-210c1ef86deed805b3c5b25833d4b128f758b610.tar.gz
zsh-210c1ef86deed805b3c5b25833d4b128f758b610.tar.bz2
zsh-210c1ef86deed805b3c5b25833d4b128f758b610.zip
Added 'simple' theme.
Diffstat (limited to 'themes/simple.zsh-theme')
-rw-r--r--themes/simple.zsh-theme6
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/simple.zsh-theme b/themes/simple.zsh-theme
new file mode 100644
index 000000000..a88d9d72a
--- /dev/null
+++ b/themes/simple.zsh-theme
@@ -0,0 +1,6 @@
+PROMPT='%{$fg[green]%}%~%{$fg_bold[blue]%}$(git_prompt_info)%{$reset_color%} '
+
+ZSH_THEME_GIT_PROMPT_PREFIX="("
+ZSH_THEME_GIT_PROMPT_SUFFIX=")"
+ZSH_THEME_GIT_PROMPT_DIRTY=" ✗"
+ZSH_THEME_GIT_PROMPT_CLEAN=" ✔"