zsh: Fix copy paste error from fe5a65f

Accidentally exported MANPAGER as neovim as well when neovim does not
exist.
This commit is contained in:
2020-11-03 12:32:29 +01:00
parent 13a9b036ff
commit 983e1b0b0b

View File

@@ -167,7 +167,6 @@ else
export LESS_TERMCAP_so=$'\E[01;44;33m'
export LESS_TERMCAP_ue=$'\e[0m'
export LESS_TERMCAP_us=$'\e[1;4;31m'
export MANPAGER="nvim -c 'set ft=man' -"
fi
## Less clutter in $HOME by enforcing the XDG base directory standard