mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-06-19 12:45:34 +00:00
Add rebar script
This commit is contained in:
parent
8be244b28a
commit
df8e3a7bd7
5
.config/fish/functions/rebar.fish
Normal file
5
.config/fish/functions/rebar.fish
Normal file
|
@ -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
|
2
scripts/rebar
Executable file
2
scripts/rebar
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/usr/bin/env fish
|
||||||
|
rebar
|
Loading…
Reference in a new issue