diff options
-rw-r--r-- | .zsh.after/export.zsh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.zsh.after/export.zsh b/.zsh.after/export.zsh index d74155c..54cc085 100644 --- a/.zsh.after/export.zsh +++ b/.zsh.after/export.zsh @@ -1,8 +1,4 @@ -case "$HOST" in - "pitheunlord" | "beagleclone" | "homey") - export TERM=screen-256color - ;; -esac +export TERM=screen-256color export REPORTTIME=30 export PAGER="less -j4" |