mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Add nohup to rebar script
This commit is contained in:
parent
72470adbe7
commit
99e16fff2b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue