Helix
This commit is contained in:
@ -31,7 +31,7 @@ set -gx SCREENRECORD_DIR $XDG_VIDEOS_DIR/screen
|
||||
|
||||
|
||||
# Find an editor
|
||||
for e in nvim vim vi helix nano
|
||||
for e in helix nvim vim vi nano
|
||||
type -q $e; or continue
|
||||
set -gx EDITOR $e
|
||||
break
|
||||
|
Reference in New Issue
Block a user