aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.after
diff options
context:
space:
mode:
Diffstat (limited to '.zsh.after')
-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 32c8a8c..7d2308b 100644
--- a/.zsh.after/export.zsh
+++ b/.zsh.after/export.zsh
@@ -1,6 +1,6 @@
case "$HOST" in
"pitheunlord")
- export $TERM=screen-256color
+ export TERM=screen-256color
;;
esac