aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.zsh.after/export.zsh2
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