This commit is contained in:
2025-06-26 21:40:43 +03:00
parent d259a6fd55
commit 3a8f55211f
10 changed files with 114 additions and 29 deletions

View File

@ -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