home | switch default editor to lvim
This commit is contained in:
parent
cedfa3d41a
commit
d3ad4f0013
5 changed files with 7 additions and 5 deletions
|
|
@ -8,6 +8,7 @@ alias l="ls -l"
|
|||
alias df="df -h -x squashfs"
|
||||
alias du="du -h"
|
||||
alias neofetch="fastfetch"
|
||||
alias vi="${EDITOR}"
|
||||
if [ -x /home/don/.local/bin/dotdrop ]
|
||||
then
|
||||
alias dotdrop="/home/don/.local/bin/dotdrop -c ~/.dotfiles/config.yaml"
|
||||
|
|
|
|||
|
|
@ -108,7 +108,7 @@ then
|
|||
LESS="-Rs"
|
||||
EXINIT="set wrapmargin=8 sh=$SHELL sw=4 report=2 tabstop=8"
|
||||
export EXINIT EDITOR PAGER LESS
|
||||
EDITOR=vi
|
||||
EDITOR=lvim
|
||||
if [ -x /usr/bin/vim ]
|
||||
then
|
||||
EDITOR=vim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue