From 1893bb77a6d356967f6289e3bd080d17096553fc Mon Sep 17 00:00:00 2001 From: joachimschmidt557 Date: Sat, 15 Apr 2023 12:03:23 +0200 Subject: [PATCH] fish: make launch robust to previous errors --- fish/nix.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish/nix.fish b/fish/nix.fish index 5f2e5e5..1253af6 100644 --- a/fish/nix.fish +++ b/fish/nix.fish @@ -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