From 7c213db46dba13c9edd1fea109422f7122ca5845 Mon Sep 17 00:00:00 2001 From: me Date: Tue, 30 Dec 2025 18:22:41 -0600 Subject: [PATCH] add fresh to omarchy-launch-editor (#4015) fixes #4014 --- bin/omarchy-launch-editor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-launch-editor b/bin/omarchy-launch-editor index 7597cfcc..95a9c3b9 100755 --- a/bin/omarchy-launch-editor +++ b/bin/omarchy-launch-editor @@ -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" "$@" ;; *)