aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.after/export.zsh
diff options
context:
space:
mode:
authorDavid Runge <david.runge@frqrec.com>2013-12-28 13:09:23 +0100
committerDavid Runge <david.runge@frqrec.com>2013-12-28 13:09:23 +0100
commitce2eb9e0d712226e7eab0be606a3683839466c33 (patch)
treeb0c74cda19d5867262264a67b2ca2e11260234d0 /.zsh.after/export.zsh
parent2417684ff920dc29aa0e379e2d73c0c1ef467f65 (diff)
downloaddotfiles-ce2eb9e0d712226e7eab0be606a3683839466c33.tar.gz
dotfiles-ce2eb9e0d712226e7eab0be606a3683839466c33.tar.bz2
dotfiles-ce2eb9e0d712226e7eab0be606a3683839466c33.tar.xz
dotfiles-ce2eb9e0d712226e7eab0be606a3683839466c33.zip
Adding screen-256color export for TERM variable for host hoemy
Diffstat (limited to '.zsh.after/export.zsh')
-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