Merge pull request #7 from fenhl/bitbar-path

bitbar: Amend PATH
This commit is contained in:
embr 2020-02-14 21:22:45 +00:00 committed by GitHub
commit 44d9f33546
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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' ' ')