add fresh to omarchy-launch-editor (#4015)

fixes #4014
This commit is contained in:
me
2025-12-30 18:22:41 -06:00
committed by GitHub
parent 5dd4bec68a
commit 7c213db46d

View File

@@ -3,7 +3,7 @@
omarchy-cmd-present "$EDITOR" || EDITOR=nvim
case "$EDITOR" in
nvim | vim | nano | micro | hx | helix)
nvim | vim | nano | micro | hx | helix | fresh)
exec omarchy-launch-tui "$EDITOR" "$@"
;;
*)