fish: make launch robust to previous errors
This commit is contained in:
parent
8c04c598ee
commit
1893bb77a6
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ if not contains "/home/joachim/src/zig/build/stage3/bin" $PATH
|
||||||
end
|
end
|
||||||
|
|
||||||
function launch
|
function launch
|
||||||
$argv & && disown && exit
|
true && $argv & && disown && exit
|
||||||
end
|
end
|
||||||
|
|
||||||
function noise
|
function noise
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue