diff options
author | Jurriën Stutterheim <j.stutterheim@me.com> | 2011-05-15 15:02:46 +0200 |
---|---|---|
committer | Jurriën Stutterheim <j.stutterheim@me.com> | 2011-05-15 15:02:46 +0200 |
commit | e199e1dae8f43e3de3bfd59696226497a7c3c3d1 (patch) | |
tree | 7d12804b42f6706115a4604f6809eff529a921a0 /themes | |
parent | 7c3d12c7de1c2d8efdefe09b02349e24106e36c6 (diff) | |
download | zsh-e199e1dae8f43e3de3bfd59696226497a7c3c3d1.tar.gz zsh-e199e1dae8f43e3de3bfd59696226497a7c3c3d1.tar.bz2 zsh-e199e1dae8f43e3de3bfd59696226497a7c3c3d1.zip |
Add norm theme
Diffstat (limited to 'themes')
-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..933fad2ad --- /dev/null +++ b/themes/norm.zsh-theme @@ -0,0 +1,4 @@ +PROMPT='%{$fg[yellow]%}λ %{$fg[green]%}${PWD/#$HOME/~} %{$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%}" |