소스 검색

remove unnecessary env PAGER

This is already set by oh-my-zsh to `less -R`. This also takes care of the
diff highlighting in git vs the escape symbols. Not sure if env LESS is still
necessary now.
cinaeco 13 년 전
부모
커밋
bba30836c4
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      zsh/zshenv

+ 0 - 1
zsh/zshenv

@@ -9,7 +9,6 @@
 
 ## don't close less when I am done reading
 export LESS='-eirMX'
-export PAGER=less
 
 ## csv login
 export CVSROOT=:pserver:weiyi@cvs:/usr/cvsroot