summary refs log tree commit diff
path: root/home/.zshrc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2017-07-11 14:36:15 -0400
committerJune McEnroe <june@causal.agency>2017-07-11 14:36:15 -0400
commita74e826deb6e9069c004716a5255c94c666acc6b (patch)
tree3cbf42fdc0d732ea249bbe9c28701aab9a9a98ca /home/.zshrc
parentOnly pacman -Sy once (diff)
downloadsrc-a74e826deb6e9069c004716a5255c94c666acc6b.tar.gz
src-a74e826deb6e9069c004716a5255c94c666acc6b.zip
Remove manpager script
neovim now behaves correctly without the redirection hack.
Diffstat (limited to 'home/.zshrc')
-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