summary refs log tree commit diff
path: root/.zshrc
diff options
context:
space:
mode:
authorJune McEnroe <curtis.mcenroe@adgear.com>2016-06-09 13:54:31 -0400
committerJune McEnroe <curtis.mcenroe@adgear.com>2016-06-09 13:54:31 -0400
commit2e89e23551ee2870dc3ac4c883812c6668ee0fbc (patch)
tree6b90bfc86e399cb026ecd996b8b5ff0b6d9c280f /.zshrc
parentAdd port to april ssh config (diff)
downloadsrc-2e89e23551ee2870dc3ac4c883812c6668ee0fbc.tar.gz
src-2e89e23551ee2870dc3ac4c883812c6668ee0fbc.zip
Set PAGER=less
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index e9200413..35b45c2c 100644
--- a/.zshrc
+++ b/.zshrc
@@ -11,7 +11,7 @@ bindkey -v
 KEYTIMEOUT=1
 
 PATH=$PATH:~/.bin
-export EDITOR=vim GIT_EDITOR=vim
+export PAGER=less EDITOR=vim GIT_EDITOR=vim
 type nvim > /dev/null && EDITOR=nvim GIT_EDITOR=nvim && alias vim=nvim
 export GPG_TTY=$TTY