From 99e16fff2b823efc70be80eecc1843bdf398d5f9 Mon Sep 17 00:00:00 2001 From: mitchell Date: Thu, 30 Jun 2022 21:27:48 -0400 Subject: [PATCH] Add nohup to rebar script --- .config/fish/functions/rebar.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/fish/functions/rebar.fish b/.config/fish/functions/rebar.fish index 977dbf1..72d7056 100644 --- a/.config/fish/functions/rebar.fish +++ b/.config/fish/functions/rebar.fish @@ -1,5 +1,5 @@ function rebar pkill -fi polybar; and pkill -fi -9 polybar bspc config top_padding -10 - polybar m-bar &> /dev/null & disown + nohup polybar m-bar &> /dev/null & disown end