variables such as PAGER should not be set

the problem is that they overrride the variable definitions in .zshenv
This commit is contained in:
Olivier Verdier 2011-08-20 08:22:33 +02:00
commit 65f3daba97

View file

@ -7,7 +7,3 @@ bindkey "^[m" copy-prev-shell-word
## jobs
setopt long_list_jobs
## pager
export PAGER=less
export LC_CTYPE=$LANG