From 234c7df716c30b0e6839d2282f36de7b4088eadd Mon Sep 17 00:00:00 2001 From: joachimschmidt557 Date: Mon, 17 Mar 2025 23:33:37 +0100 Subject: [PATCH] dustbowl.fish: fix launch function for newest fish --- fish/dustbowl.fish | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fish/dustbowl.fish b/fish/dustbowl.fish index 570ffb8..cca1480 100644 --- a/fish/dustbowl.fish +++ b/fish/dustbowl.fish @@ -32,7 +32,8 @@ abbr --add --position anywhere xournalpp flatpak run com.github.xournalpp.xourna abbr --add --position anywhere plattenalbum flatpak run de.wagnermartin.Plattenalbum function launch - true && $argv & && disown && exit + true && $argv & + disown && exit end function noise