From 65f3daba97d1883572214cd0147bcce86f357ba2 Mon Sep 17 00:00:00 2001 From: Olivier Verdier Date: Sat, 20 Aug 2011 08:22:33 +0200 Subject: [PATCH] variables such as PAGER should not be set the problem is that they overrride the variable definitions in .zshenv --- lib/misc.zsh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/misc.zsh b/lib/misc.zsh index 88732e664..a01627d9e 100644 --- a/lib/misc.zsh +++ b/lib/misc.zsh @@ -7,7 +7,3 @@ bindkey "^[m" copy-prev-shell-word ## jobs setopt long_list_jobs - -## pager -export PAGER=less -export LC_CTYPE=$LANG