mirror of
https://github.com/liclac/ambient
synced 2024-11-24 20:53:04 +00:00
bitbar: Amend PATH
This commit is contained in:
parent
ce911c5d25
commit
56b0150a13
1 changed files with 1 additions and 0 deletions
|
@ -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' ' ')
|
||||
|
||||
|
|
Loading…
Reference in a new issue