aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.after
diff options
context:
space:
mode:
Diffstat (limited to '.zsh.after')
-rw-r--r--.zsh.after/export.zsh9
1 files changed, 7 insertions, 2 deletions
diff --git a/.zsh.after/export.zsh b/.zsh.after/export.zsh
index c7457a7..9ffdc95 100644
--- a/.zsh.after/export.zsh
+++ b/.zsh.after/export.zsh
@@ -2,8 +2,13 @@
export TERM=rxvt-unicode-256color
export REPORTTIME=30
-#export PAGER="less -j4"
-export PAGER="vimpager"
+
+if [[ "$HOST" == *giev* ]];then
+ export PAGER="less -j4"
+else
+ export PAGER="vimpager"
+fi
+
export GREP_COLOR="1;33"
## let RVM ignore global ruby