diff options
author | Robby Russell <robby@planetargon.com> | 2012-12-02 12:43:59 -0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2012-12-02 12:43:59 -0800 |
commit | e89f95098550a89e2fbd24ac831a12bdd3cc08fa (patch) | |
tree | eb3d402bad92d644d1ef4ed6860800a25b735adc /themes | |
parent | 96f35e6949e8f1e3dcd5a80a941726a2a16ed475 (diff) | |
parent | 6c45d217af77552a4f0b09542985520a577af3d5 (diff) | |
download | zsh-e89f95098550a89e2fbd24ac831a12bdd3cc08fa.tar.gz zsh-e89f95098550a89e2fbd24ac831a12bdd3cc08fa.tar.bz2 zsh-e89f95098550a89e2fbd24ac831a12bdd3cc08fa.zip |
Merge pull request #1256 from seegno/master
Added sf Symfony2 binary alias
Diffstat (limited to 'themes')
-rw-r--r-- | themes/norm.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/norm.zsh-theme b/themes/norm.zsh-theme index 5f0ad03ee..13077ccf5 100644 --- a/themes/norm.zsh-theme +++ b/themes/norm.zsh-theme @@ -1,4 +1,4 @@ -PROMPT='%{$fg[yellow]%}λ %{$fg[green]%}%c %{$fg[yellow]%}→ $(git_prompt_info)%{$reset_color%}' +PROMPT='%{$fg[yellow]%}λ %m %{$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%}" |