summary refs log tree commit diff
path: root/.zshrc
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2016-09-13 21:29:46 -0400
committerJune McEnroe <programble@gmail.com>2016-09-13 21:29:46 -0400
commitcd661fef839a92842beb163f83f74ad3aaaab5b7 (patch)
tree9da4c2e96a268e92c6327b0dca819e8c148e495f /.zshrc
parentUse return value of getopt in xx (diff)
downloadsrc-cd661fef839a92842beb163f83f74ad3aaaab5b7.tar.gz
src-cd661fef839a92842beb163f83f74ad3aaaab5b7.zip
Use nvim as MANPAGER
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index c664866d..765892fc 100644
--- a/.zshrc
+++ b/.zshrc
@@ -11,8 +11,9 @@ bindkey -v
 KEYTIMEOUT=1
 
 PATH=$PATH:~/.bin
-export PAGER=less EDITOR=vim GIT_EDITOR=vim
-type nvim > /dev/null && EDITOR=nvim GIT_EDITOR=nvim && alias vim=nvim
+export PAGER=less MANPAGER=less EDITOR=vim GIT_EDITOR=vim
+type nvim > /dev/null &&
+  MANPAGER=manpager EDITOR=nvim GIT_EDITOR=nvim && alias vim=nvim
 export GPG_TTY=$TTY
 
 export CLICOLOR=1