mirror of https://github.com/mitchell/dotfiles.git
Add rebar script
This commit is contained in:
parent
8be244b28a
commit
df8e3a7bd7
|
@ -0,0 +1,5 @@
|
|||
function rebar
|
||||
pkill -fi polybar; and pkill -fi -9 polybar
|
||||
bspc config top_padding -10
|
||||
polybar m-bar &> /dev/null & disown
|
||||
end
|
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env fish
|
||||
rebar
|
Loading…
Reference in New Issue