From 7d06031d976f1782616eb78c59df4c7fd0c73b00 Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Sun, 17 Jun 2012 17:45:07 -0500 Subject: [PATCH] [zsh] added userto prompt --- zsh/prompt.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/prompt.zsh b/zsh/prompt.zsh index 0cc82e7..a648809 100644 --- a/zsh/prompt.zsh +++ b/zsh/prompt.zsh @@ -42,5 +42,5 @@ directory_name(){ echo "%{$fg_bold[cyan]%}%1/%\/%{$reset_color%}" } -export PROMPT=$'$(directory_name) %{$fg_bold[cyan]%}➜%{$reset_color%} ' +export PROMPT=$'%{$fg_bold[blue]%}%n: $(directory_name) %{$fg_bold[cyan]%}➜%{$reset_color%} ' export RPROMPT=$'$(git_dirty)$(need_push)'