Mercurial > dotfiles.old
comparison zsh/exports.zsh @ 161:53a5e5db21c5
Remove stupid most and go back to less
author | zegervdv <zegervdv@me.com> |
---|---|
date | Fri, 24 Oct 2014 19:26:16 +0200 |
parents | 87498dbd779a |
children | b18950d832ab |
comparison
equal
deleted
inserted
replaced
160:eb9ee89c7ccb | 161:53a5e5db21c5 |
---|---|
23 | 23 |
24 # This resolves issues install the mysql, postgres, and other gems with native non universal binary extensions | 24 # This resolves issues install the mysql, postgres, and other gems with native non universal binary extensions |
25 export ARCHFLAGS='-arch x86_64' | 25 export ARCHFLAGS='-arch x86_64' |
26 | 26 |
27 export LESS='--ignore-case --raw-control-chars' | 27 export LESS='--ignore-case --raw-control-chars' |
28 export PAGER='most' | 28 export PAGER='less' |
29 export EDITOR='vim' | 29 export EDITOR='vim' |
30 # CTAGS Sorting in VIM/Emacs is better behaved with this in place | 30 # CTAGS Sorting in VIM/Emacs is better behaved with this in place |
31 export LC_COLLATE=C | 31 export LC_COLLATE=C |