bitbar: Amend PATH

This commit is contained in:
Fenhl 2020-02-14 18:20:11 +00:00
parent ce911c5d25
commit 56b0150a13

View file

@ -8,6 +8,7 @@ while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symli
done
DIR="$( cd -P "$( dirname "$SOURCE" )" >/dev/null 2>&1 && pwd )"
PATH="/usr/local/bin:$PATH" # to find Homebrew-installed fish
WIDGET=$(/usr/local/bin/fish $DIR/../ambient-widgets | tr '\n' ' ')