fish: make launch robust to previous errors

This commit is contained in:
joachimschmidt557 2023-04-15 12:03:23 +02:00
parent 8c04c598ee
commit 1893bb77a6
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

View file

@ -19,7 +19,7 @@ if not contains "/home/joachim/src/zig/build/stage3/bin" $PATH
end
function launch
$argv & && disown && exit
true && $argv & && disown && exit
end
function noise