diff options
author | Tiago Ribeiro <tlr@seegno.com> | 2012-08-27 17:20:07 +0100 |
---|---|---|
committer | Rui Marinho <rpm@seegno.com> | 2012-11-20 00:33:52 +0000 |
commit | 6c45d217af77552a4f0b09542985520a577af3d5 (patch) | |
tree | 93cb59011ada6713732e9b1edd6b1caff6c1dff5 | |
parent | 6f6a3c84356f19f14d69fdf994497a4ebb3fa8c1 (diff) | |
download | zsh-6c45d217af77552a4f0b09542985520a577af3d5.tar.gz zsh-6c45d217af77552a4f0b09542985520a577af3d5.tar.bz2 zsh-6c45d217af77552a4f0b09542985520a577af3d5.zip |
Added host to prompt
-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%}" |