Add nohup to rebar script

This commit is contained in:
mitchell 2022-06-30 21:27:48 -04:00
parent 72470adbe7
commit 99e16fff2b
1 changed files with 1 additions and 1 deletions

View File

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