dustbowl.fish: fix launch function for newest fish

This commit is contained in:
joachimschmidt557 2025-03-17 23:33:37 +01:00
parent 252a5c2797
commit 234c7df716
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

View file

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