summary refs log tree commit diff
path: root/curtis/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'curtis/.zshrc')
-rw-r--r--curtis/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/curtis/.zshrc b/curtis/.zshrc
index 6b7feebb..b05b4e39 100644
--- a/curtis/.zshrc
+++ b/curtis/.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