summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Ribeiro <tlr@seegno.com>2012-08-27 17:20:07 +0100
committerRui Marinho <rpm@seegno.com>2012-11-20 00:33:52 +0000
commit6c45d217af77552a4f0b09542985520a577af3d5 (patch)
tree93cb59011ada6713732e9b1edd6b1caff6c1dff5
parent6f6a3c84356f19f14d69fdf994497a4ebb3fa8c1 (diff)
downloadzsh-6c45d217af77552a4f0b09542985520a577af3d5.tar.gz
zsh-6c45d217af77552a4f0b09542985520a577af3d5.tar.bz2
zsh-6c45d217af77552a4f0b09542985520a577af3d5.zip
Added host to prompt
-rw-r--r--themes/norm.zsh-theme2
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%}"