diff options
Diffstat (limited to 'themes/fino-time.zsh-theme')
| -rw-r--r-- | themes/fino-time.zsh-theme | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/fino-time.zsh-theme b/themes/fino-time.zsh-theme index 6e7e654ff..9b1db3a08 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 || echo ${SHORT_HOST:-HOST} +    [ -f ~/.box-name ] && cat ~/.box-name || echo ${SHORT_HOST:-$HOST}  }  | 
