Browse Source

Merge branch 'theunraveler_theme' of http://github.com/theunraveler/oh-my-zsh into theunraveler-theunraveler_theme

Robby Russell 14 years ago
parent
commit
c9c65bf7fc
1 changed files with 6 additions and 0 deletions
  1. 6 0
      themes/theunraveler.zsh-theme

+ 6 - 0
themes/theunraveler.zsh-theme

@@ -0,0 +1,6 @@
+# Comment 
+
+ZSH_THEME_GIT_PROMPT_PREFIX=' (git:'
+ZSH_THEME_GIT_PROMPT_SUFFIX=')'
+
+PROMPT='%{$fg[magenta]%}[%c]$(git_prompt_info) $ %{$reset_color%}'