Mercurial > dotfiles.old
changeset 43:642841c0badb
Show username in ZSH prompt
author | zegervdv <zegervdv@me.com> |
---|---|
date | Thu, 24 Apr 2014 18:14:18 +0200 |
parents | 4c3b25554bbb |
children | 4253a2206527 |
files | oh-my-zsh/themes/custom.zsh-theme |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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]%})→ '