Don't have nvim as my pager
This commit is contained in:
parent
261e182239
commit
ebbe2a441e
|
@ -2,4 +2,4 @@
|
|||
fignore=(.class)
|
||||
|
||||
# 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!"
|
||||
|
|
Loading…
Reference in a new issue