From 95d795e8cad7d1a754dfad520309d7a41b69275f Mon Sep 17 00:00:00 2001 From: Marc Cornellà Date: Thu, 9 Oct 2014 17:05:48 +0200 Subject: Change all hostname calls for $HOST or $SHORT_HOST --- themes/fino.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/fino.zsh-theme') diff --git a/themes/fino.zsh-theme b/themes/fino.zsh-theme index 411dec9b9..50d41e899 100644 --- a/themes/fino.zsh-theme +++ b/themes/fino.zsh-theme @@ -17,7 +17,7 @@ function prompt_char { } function box_name { - [ -f ~/.box-name ] && cat ~/.box-name || hostname -s + [ -f ~/.box-name ] && cat ~/.box-name || echo $SHORT_HOST || echo $HOST } local ruby_env='' -- cgit v1.2.3-70-g09d2