summary refs log tree commit diff
path: root/home/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.zshrc b/home/.zshrc
index 6b7feebb..b05b4e39 100644
--- a/home/.zshrc
+++ b/home/.zshrc
@@ -19,7 +19,7 @@ path=(
 
 export PAGER=less MANPAGER=less EDITOR=vim GIT_EDITOR=vim
 type nvim > /dev/null \
-  && MANPAGER=manpager EDITOR=nvim GIT_EDITOR=nvim \
+  && EDITOR=nvim GIT_EDITOR=nvim MANPAGER="nvim -c 'set ft=man' -" \
   && alias vim=nvim
 export GPG_TTY=$TTY
 
Heard this at the cafe a couple times. 2018-07-31Add rand aliasJune McEnroe I have no idea why I've kept on typing this out. 2018-07-31Refactor msr606June McEnroe