From 04d9cd57f14c0b1854fc335bf91c1d9ad7037b32 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 8 Sep 2017 13:23:11 -0700 Subject: [PATCH] [taffybar] Always attempt to reinstall taffybar --- dotfiles/lib/bin/taffybar | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/lib/bin/taffybar b/dotfiles/lib/bin/taffybar index a12f3802..3d838f78 100755 --- a/dotfiles/lib/bin/taffybar +++ b/dotfiles/lib/bin/taffybar @@ -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