diff options
author | Robby Russell <robby@planetargon.com> | 2011-10-10 05:10:27 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2011-10-10 05:10:27 -0700 |
commit | e59a9cbbaa34c06eeee2adb74514dbf82fa59a4e (patch) | |
tree | 89fe30dd622128613b7d55aeb8a641615f01ff25 | |
parent | 6cc4389304c02cefe1501e5df18baaae56741447 (diff) | |
parent | 8454542ddc33c4907bb864054b9adb0cf61d9002 (diff) | |
download | zsh-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-theme | 4 |
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%}" |