From 3a73464766f06815b28cabdf6547d01923593f0b Mon Sep 17 00:00:00 2001 From: shiludeng Date: Mon, 16 Mar 2015 10:42:34 +0800 Subject: [PATCH] use full host name --- themes/azure.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/azure.zsh-theme b/themes/azure.zsh-theme index d3f85109a..0934881c8 100644 --- a/themes/azure.zsh-theme +++ b/themes/azure.zsh-theme @@ -350,7 +350,7 @@ autoload -U ~/.zsh/functions/*(:t) # Set the prompt. local ret_status="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ %s)" -PROMPT='%{${fg[cyan]}%}┌%n@%{${fg[yellow]}%}%m:%{${fg[cyan]}%}%B%~%{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%}$(svn_prompt_info)%{${fg[default]}%}%{$fg[cyan]%} +PROMPT='%{${fg[cyan]}%}┌%n@%{${fg[yellow]}%}%M:%{${fg[cyan]}%}%B%~%{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%}$(svn_prompt_info)%{${fg[default]}%}%{$fg[cyan]%} └> %' ZSH_PROMPT_BASE_COLOR="%{$fg_bold[blue]%}"