summaryrefslogtreecommitdiff
path: root/themes/frontcube.zsh-theme
diff options
context:
space:
mode:
authorAslam Najeebdeen <aslamnajeem@gmail.com>2011-07-04 15:37:11 +0530
committerAslam Najeebdeen <aslamnajeem@gmail.com>2011-10-17 02:50:34 +0530
commit878d569c6845198005dacc4e9a56b6610e46ffd9 (patch)
tree65e4a73a83a02a5ec5b3befe2c1f263d23e1a990 /themes/frontcube.zsh-theme
parent757fa3314d1c041ab715dbda838f3e9b2ff9ce17 (diff)
downloadzsh-878d569c6845198005dacc4e9a56b6610e46ffd9.tar.gz
zsh-878d569c6845198005dacc4e9a56b6610e46ffd9.tar.bz2
zsh-878d569c6845198005dacc4e9a56b6610e46ffd9.zip
FrontCube theme with git status
Diffstat (limited to 'themes/frontcube.zsh-theme')
-rw-r--r--themes/frontcube.zsh-theme10
1 files changed, 10 insertions, 0 deletions
diff --git a/themes/frontcube.zsh-theme b/themes/frontcube.zsh-theme
new file mode 100644
index 000000000..081fa2f29
--- /dev/null
+++ b/themes/frontcube.zsh-theme
@@ -0,0 +1,10 @@
+PROMPT='
+%{$fg_bold[gray]%}%~%{$fg_bold[blue]%}%{$fg_bold[blue]%} % %{$reset_color%}
+%{$fg[green]%}➞ %{$reset_color%'
+
+RPROMPT='$(git_prompt_info)'
+
+ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}[git:"
+ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
+ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}] %{$fg[red]%}✖ %{$reset_color%}"
+ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%}] %{$fg[green]%}✔%{$reset_color%}"