summaryrefslogtreecommitdiff
path: root/themes/fino-time.zsh-theme
diff options
context:
space:
mode:
authorMarc Cornellà <marc.cornella@live.com>2014-10-09 17:05:48 +0200
committerMarc Cornellà <marc.cornella@live.com>2014-11-06 18:33:56 +0100
commit95d795e8cad7d1a754dfad520309d7a41b69275f (patch)
tree14bc3e5448b5d2afc822bbe890a12864026dc6d4 /themes/fino-time.zsh-theme
parent4310a15de5d0587ef135f9e12857620c4788dec2 (diff)
downloadzsh-95d795e8cad7d1a754dfad520309d7a41b69275f.tar.gz
zsh-95d795e8cad7d1a754dfad520309d7a41b69275f.tar.bz2
zsh-95d795e8cad7d1a754dfad520309d7a41b69275f.zip
Change all hostname calls for $HOST or $SHORT_HOST
Diffstat (limited to 'themes/fino-time.zsh-theme')
-rw-r--r--themes/fino-time.zsh-theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/fino-time.zsh-theme b/themes/fino-time.zsh-theme
index 901c4d99f..67b6b6e08 100644
--- a/themes/fino-time.zsh-theme
+++ b/themes/fino-time.zsh-theme
@@ -21,7 +21,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
}