forked from ahurac/dotfiles
qemush : fallback sur la variable EDITOR
This commit is contained in:
parent
651f52d7a1
commit
1d3d68926b
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ bin=bin
|
|||
images=images
|
||||
|
||||
PATH="./${bin}:${PATH}"
|
||||
EDITOR="${EDITOR:-nvim}"
|
||||
|
||||
alias ls='ls --color=auto'
|
||||
shopt -s expand_aliases
|
||||
|
|
Loading…
Reference in a new issue