aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.after/export.zsh
diff options
context:
space:
mode:
authorDavid Runge <david.runge@frqrec.com>2013-11-03 15:03:50 +0100
committerDavid Runge <david.runge@frqrec.com>2013-11-03 15:03:50 +0100
commit87796bf388598a91d4a346549d58782da4bf3d23 (patch)
tree3849bca726887454f0f0486f925f5ebd91406aed /.zsh.after/export.zsh
parent988a4652e4501ec03ef814e62a5760ba5d69994c (diff)
downloaddotfiles-87796bf388598a91d4a346549d58782da4bf3d23.tar.gz
dotfiles-87796bf388598a91d4a346549d58782da4bf3d23.tar.bz2
dotfiles-87796bf388598a91d4a346549d58782da4bf3d23.tar.xz
dotfiles-87796bf388598a91d4a346549d58782da4bf3d23.zip
Modified export for Raspberry Pi
Diffstat (limited to '.zsh.after/export.zsh')
-rw-r--r--.zsh.after/export.zsh6
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"