diff --git a/dotfiles/lib/bin/taffybar b/dotfiles/lib/bin/taffybar new file mode 100755 index 00000000..a12f3802 --- /dev/null +++ b/dotfiles/lib/bin/taffybar @@ -0,0 +1,10 @@ +#!/usr/bin/env zsh +# -*- mode:sh + +if command_exists "imalison-taffybar"; then + imalison-taffybar "$@" +else + # Move .lib/bin to the end of PATH so that this script is not called again + add_to_path "$HOME/.lib/bin" --after + taffybar "$@" +fi