diff options
author | David Runge <david.runge@frqrec.com> | 2013-11-03 15:03:50 +0100 |
---|---|---|
committer | David Runge <david.runge@frqrec.com> | 2013-11-03 15:03:50 +0100 |
commit | 87796bf388598a91d4a346549d58782da4bf3d23 (patch) | |
tree | 3849bca726887454f0f0486f925f5ebd91406aed | |
parent | 988a4652e4501ec03ef814e62a5760ba5d69994c (diff) | |
download | dotfiles-87796bf388598a91d4a346549d58782da4bf3d23.tar.gz dotfiles-87796bf388598a91d4a346549d58782da4bf3d23.tar.bz2 dotfiles-87796bf388598a91d4a346549d58782da4bf3d23.tar.xz dotfiles-87796bf388598a91d4a346549d58782da4bf3d23.zip |
Modified export for Raspberry Pi
-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" |