helix with local build

This commit is contained in:
2026-01-10 17:58:52 +02:00
parent 241ce713ac
commit dc308d0fcc
3 changed files with 18 additions and 7 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ set -gx SCREENSHOT_DIR $XDG_PICTURES_DIR/screen
set -gx SCREENRECORD_DIR $XDG_VIDEOS_DIR/screen
# Find an editor
for e in helix nvim vim vi nano
for e in hx helix nvim vim vi nano
type -q $e; or continue
set -gx EDITOR $e
break