aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Runge <david.runge@frqrec.com>2014-04-09 02:30:30 +0200
committerDavid Runge <david.runge@frqrec.com>2014-04-09 02:30:30 +0200
commitdc5826953625913646d40aa73c1d97091376c787 (patch)
tree49fa545e663f5f6ca44880b5c1c1faf6db1a3ffb
parent63c869ad2f7ad262f61c65ab83f1838f362cceca (diff)
downloaddotfiles-dc5826953625913646d40aa73c1d97091376c787.tar.gz
dotfiles-dc5826953625913646d40aa73c1d97091376c787.tar.bz2
dotfiles-dc5826953625913646d40aa73c1d97091376c787.tar.xz
dotfiles-dc5826953625913646d40aa73c1d97091376c787.zip
Leaving giev with less as pager, rest is set to vimpager
-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