Skip to content

Commit

Permalink
Merge pull request ohmyzsh#338 from norm2782/master
Browse files Browse the repository at this point in the history
Added my norm theme to oh-my-zsh
  • Loading branch information
robbyrussell committed Oct 10, 2011
2 parents 6cc4389 8454542 commit e59a9cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions themes/norm.zsh-theme
Original file line number Diff line number Diff line change
@@ -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%}"

0 comments on commit e59a9cb

Please sign in to comment.