From dc5826953625913646d40aa73c1d97091376c787 Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 9 Apr 2014 02:30:30 +0200 Subject: Leaving giev with less as pager, rest is set to vimpager --- .zsh.after/export.zsh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to '.zsh.after') 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 -- cgit v1.2.3-70-g09d2