forked from colonelpanic/dotfiles
[taffybar] Always attempt to reinstall taffybar
This commit is contained in:
parent
fd3ed7228b
commit
04d9cd57f1
@ -1,6 +1,9 @@
|
|||||||
#!/usr/bin/env zsh
|
#!/usr/bin/env zsh
|
||||||
# -*- mode:sh
|
# -*- mode:sh
|
||||||
|
|
||||||
|
cd "$HOME/.config/taffybar"
|
||||||
|
stack install
|
||||||
|
|
||||||
if command_exists "imalison-taffybar"; then
|
if command_exists "imalison-taffybar"; then
|
||||||
imalison-taffybar "$@"
|
imalison-taffybar "$@"
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user