# # Default editor and pager # # cool people use neovim :> export EDITOR=$(if __zspr_has_command nvim; then echo -n "nvim"; else echo -n "vim"; fi) export VISUAL="${EDITOR}" export PAGER=less export MANPAGER=less # less options export LESS="-r"