diff oh-my-zsh/themes/custom.zsh-theme @ 102:a25bdb562e43

Fix zsh prompt
author zegervdv <zegervdv@me.com>
date Sun, 10 Aug 2014 11:37:27 +0200
parents 16edf05ad21a
children 18db7404aaf2
line wrap: on
line diff
--- a/oh-my-zsh/themes/custom.zsh-theme	Sun Aug 10 11:32:00 2014 +0200
+++ b/oh-my-zsh/themes/custom.zsh-theme	Sun Aug 10 11:37:27 2014 +0200
@@ -13,7 +13,7 @@
     git=0
 fi
 
-PROMPT='%{$fg[cyan]%}%n%{$reset_color%} in %{$fg[yellow]%}%~%b%{$reset_color%}
+PROMPT='%{$fg[cyan]%}%n@%m%{$reset_color%} in %{$fg[yellow]%}%~%b%{$reset_color%}
 %{$reset_color%}%(?.%{$fg[white]%}.%{$fg[red]%})→ %{$reset_color%}'