zsh: Fix copy paste error from fe5a65f
Accidentally exported MANPAGER as neovim as well when neovim does not exist.
This commit is contained in:
@@ -167,7 +167,6 @@ else
|
|||||||
export LESS_TERMCAP_so=$'\E[01;44;33m'
|
export LESS_TERMCAP_so=$'\E[01;44;33m'
|
||||||
export LESS_TERMCAP_ue=$'\e[0m'
|
export LESS_TERMCAP_ue=$'\e[0m'
|
||||||
export LESS_TERMCAP_us=$'\e[1;4;31m'
|
export LESS_TERMCAP_us=$'\e[1;4;31m'
|
||||||
export MANPAGER="nvim -c 'set ft=man' -"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
## Less clutter in $HOME by enforcing the XDG base directory standard
|
## Less clutter in $HOME by enforcing the XDG base directory standard
|
||||||
|
|||||||
Reference in New Issue
Block a user