From 1d76ff5862a568cc7673ce1b8a5436fa3b6919af Mon Sep 17 00:00:00 2001 From: Alex Ulianytskyi Date: Thu, 18 Apr 2013 18:35:23 +0300 Subject: [PATCH] Removed host from prompt --- themes/asux.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/asux.zsh-theme b/themes/asux.zsh-theme index 84c9a1fdb..18c358967 100644 --- a/themes/asux.zsh-theme +++ b/themes/asux.zsh-theme @@ -2,7 +2,7 @@ function prompt_char { if [ $UID -eq 0 ]; then echo "#"; else echo "%%"; fi } -PROMPT='%(!.%{$fg_bold[red]%}.%{$fg_bold[green]%}%n@)%m %{$fg_bold[blue]%}%(!.%1~.%~) $(git_prompt_info)%_%{$fg_bold[magenta]%}$(prompt_char)%{$reset_color%} ' +PROMPT='%(!.%{$fg_bold[red]%}.%{$fg_bold[green]%}%n) %{$fg_bold[blue]%}%(!.%1~.%~) $(git_prompt_info)%_%{$fg_bold[magenta]%}$(prompt_char)%{$reset_color%} ' ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}(" ZSH_THEME_GIT_PROMPT_SUFFIX=")%{$reset_color%} "