[taffybar] Always attempt to reinstall taffybar

This commit is contained in:
Ivan Malison 2017-09-08 13:23:11 -07:00
parent fd3ed7228b
commit 04d9cd57f1
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

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