[taffybar] Always attempt to reinstall taffybar

This commit is contained in:
2017-09-08 13:23:11 -07:00
parent fd3ed7228b
commit 04d9cd57f1

View File

@@ -1,6 +1,9 @@
#!/usr/bin/env zsh
# -*- mode:sh
cd "$HOME/.config/taffybar"
stack install
if command_exists "imalison-taffybar"; then
imalison-taffybar "$@"
else