diff options
-rw-r--r-- | .zsh.after/export.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh.after/export.zsh b/.zsh.after/export.zsh index 5cfb766..d74155c 100644 --- a/.zsh.after/export.zsh +++ b/.zsh.after/export.zsh @@ -1,5 +1,5 @@ case "$HOST" in - "pitheunlord" | "beagleclone") + "pitheunlord" | "beagleclone" | "homey") export TERM=screen-256color ;; esac |