diff options
author | June McEnroe <programble@gmail.com> | 2016-09-13 21:29:46 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2016-09-13 21:29:46 -0400 |
commit | cd661fef839a92842beb163f83f74ad3aaaab5b7 (patch) | |
tree | 9da4c2e96a268e92c6327b0dca819e8c148e495f /.zshrc | |
parent | Use return value of getopt in xx (diff) | |
download | src-cd661fef839a92842beb163f83f74ad3aaaab5b7.tar.gz src-cd661fef839a92842beb163f83f74ad3aaaab5b7.zip |
Use nvim as MANPAGER
Diffstat (limited to '')
-rw-r--r-- | .zshrc | 5 |
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 |