home | lunarvim -> nixvim (update bashrc)

Still need to update keybindings.
This commit is contained in:
Don Harper 2025-07-13 22:16:59 -05:00
parent 6c0c8511ee
commit ef7d05aaa6

View file

@ -92,12 +92,10 @@ then
PAGER=less
LESS="-Rs"
EXINIT="set wrapmargin=8 sh=$SHELL sw=4 report=2 tabstop=8"
export EXINIT EDITOR PAGER LESS
if [ "${EDITOR}" == "nano" ] && [ -x /etc/profiles/per-user/${USER}/bin/nvim ]
then
EDITOR=nvim
alias vi=nvim
fi
export EXINIT PAGER LESS
EDITOR=nvim
alias vi=nvim
alias vim=nvim
export EDITOR
unset COMPHOSTS
export COMPHOSTS=()