home | lunarvim -> nixvim (update bashrc)
Still need to update keybindings.
This commit is contained in:
parent
6c0c8511ee
commit
ef7d05aaa6
1 changed files with 4 additions and 6 deletions
|
|
@ -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=()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue