Add $WORKSPACE/bin into PATH

This commit is contained in:
Martin Blazik
2020-09-14 12:15:13 +02:00
parent 03c3647a32
commit 88605b6fbc

4
bashrc
View File

@@ -4,7 +4,9 @@ if [[ $0 != $BASH_SOURCE ]]; then
for rc_file in $WORKSPACE/rc/*.rc; do
source $rc_file
done
PATH=$($WORKSPACE/bin/path-uniq.py $WORKSPACE/bin)
else
echo "not sourced"
fi