Skip to content
Snippets Groups Projects
Commit ddc72519 authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

BASH bugfix in EDITOR search

parent 4f5ebd5c
No related branches found
No related tags found
No related merge requests found
......@@ -155,7 +155,7 @@ l(){
}
######################### vim
if which nvima >/dev/null 2>/dev/null
if which nvim >/dev/null 2>/dev/null
then
EDITOR=nvim
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment