diff oh-my-zsh/themes/custom.zsh-theme @ 43:642841c0badb

Show username in ZSH prompt
author zegervdv <zegervdv@me.com>
date Thu, 24 Apr 2014 18:14:18 +0200
parents 1b3381f349f0
children 16edf05ad21a
line wrap: on
line diff
--- a/oh-my-zsh/themes/custom.zsh-theme	Mon Apr 21 11:36:34 2014 +0200
+++ b/oh-my-zsh/themes/custom.zsh-theme	Thu Apr 24 18:14:18 2014 +0200
@@ -14,7 +14,7 @@
     git=0
 fi
 
-PROMPT='%{$fg[cyan]%}%M%{$reset_color%} in %{$fg[yellow]%}%~%b%{$reset_color%}
+PROMPT='%{$fg[cyan]%}%n%{$reset_color%} in %{$fg[yellow]%}%~%b%{$reset_color%}
 %{$reset_color%}%(?.%{$fg[white]%}.%{$fg[red]%})→ '