fixed xdg-open

This commit is contained in:
piecka 2025-03-18 09:24:18 +01:00
parent 1ddd519108
commit 76ff612a51

View file

@ -21,7 +21,7 @@ edit = [
{ run = '$EDITOR "$@"', block = true, for = "unix" },
]
open = [
{ run = 'xdg-open "$@"', desc = "Open" },
{ run = 'nvim "$@"', desc = "Open" },
]
[open]