Change all hostname calls for $HOST or $SHORT_HOST

This commit is contained in:
Marc Cornellà 2014-10-09 17:05:48 +02:00
commit 95d795e8ca
8 changed files with 8 additions and 8 deletions

View file

@ -8,7 +8,7 @@
# Machine name.
function box_name {
[ -f ~/.box-name ] && cat ~/.box-name || hostname
[ -f ~/.box-name ] && cat ~/.box-name || echo $HOST
}
# Directory info.