summary refs log tree commit diff
path: root/.zshrc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2016-06-09 13:54:31 -0400
committerJune McEnroe <june@causal.agency>2016-06-09 13:54:31 -0400
commit85adf17f9a86edfddfad942d43fef2e7734b1540 (patch)
tree8ce1cfe7d571a1744b1a31200f0f8dfee32bbba2 /.zshrc
parentAdd port to april ssh config (diff)
downloadsrc-85adf17f9a86edfddfad942d43fef2e7734b1540.tar.gz
src-85adf17f9a86edfddfad942d43fef2e7734b1540.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