summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2011-10-10 05:10:27 -0700
committerRobby Russell <robby@planetargon.com>2011-10-10 05:10:27 -0700
commite59a9cbbaa34c06eeee2adb74514dbf82fa59a4e (patch)
tree89fe30dd622128613b7d55aeb8a641615f01ff25
parent6cc4389304c02cefe1501e5df18baaae56741447 (diff)
parent8454542ddc33c4907bb864054b9adb0cf61d9002 (diff)
downloadzsh-e59a9cbbaa34c06eeee2adb74514dbf82fa59a4e.tar.gz
zsh-e59a9cbbaa34c06eeee2adb74514dbf82fa59a4e.tar.bz2
zsh-e59a9cbbaa34c06eeee2adb74514dbf82fa59a4e.zip
Merge pull request #338 from norm2782/master
Added my norm theme to oh-my-zsh
-rw-r--r--themes/norm.zsh-theme4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/norm.zsh-theme b/themes/norm.zsh-theme
new file mode 100644
index 000000000..5f0ad03ee
--- /dev/null
+++ b/themes/norm.zsh-theme
@@ -0,0 +1,4 @@
+PROMPT='%{$fg[yellow]%}λ %{$fg[green]%}%c %{$fg[yellow]%}→ $(git_prompt_info)%{$reset_color%}'
+
+ZSH_THEME_GIT_PROMPT_PREFIX="λ %{$fg[blue]%}git %{$fg[red]%}"
+ZSH_THEME_GIT_PROMPT_SUFFIX="%{$fg[yellow]%} → %{$reset_color%}"