diff options
-rw-r--r-- | .zsh.after/export.zsh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.zsh.after/export.zsh b/.zsh.after/export.zsh index bcbe780..32c8a8c 100644 --- a/.zsh.after/export.zsh +++ b/.zsh.after/export.zsh @@ -1,3 +1,9 @@ +case "$HOST" in + "pitheunlord") + export $TERM=screen-256color + ;; +esac + export REPORTTIME=30 export PAGER="less -j4" export GREP_COLOR="1;33" |