From 06eb16e90e5e3811e1f50629fa9f6f7cfc2226ef Mon Sep 17 00:00:00 2001 From: Joey Lomanto Date: Mon, 16 Apr 2012 09:43:47 -0700 Subject: [PATCH] Making prompt smaller --- themes/joeylomanto.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/joeylomanto.zsh-theme b/themes/joeylomanto.zsh-theme index e5d0bc106..f51543326 100644 --- a/themes/joeylomanto.zsh-theme +++ b/themes/joeylomanto.zsh-theme @@ -1,4 +1,4 @@ -PROMPT=$'%{$fg_bold[green]%}%n@macbookpro %{$fg[blue]%}%D{[%I:%M:%S]} %{$reset_color%}%{$fg[white]%}[%~]%{$reset_color%} $(git_prompt_info)\ +PROMPT=$'%{$fg_bold[green]%}%n%} %{$reset_color%}%{$fg[white]%}[%~]%{$reset_color%} $(git_prompt_info)\ %{$fg[blue]%}->%{$fg_bold[blue]%} %#%{$reset_color%} ' ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}["