Don't have nvim as my pager

This commit is contained in:
powermaker450 2025-01-13 15:39:14 -05:00
parent 261e182239
commit ebbe2a441e

View file

@ -2,4 +2,4 @@
fignore=(.class) fignore=(.class)
# Set env vars according to the installed programs # Set env vars according to the installed programs
nvim -v 2>&1 >/dev/null && export EDITOR=nvim && export MANPAGER="nvim +Man!" && export PAGER="nvim +Man!" nvim -v 2>&1 >/dev/null && export EDITOR=nvim && export MANPAGER="nvim +Man!"