diff --git a/bashrc b/bashrc index 5458526..1d3bcec 100644 --- a/bashrc +++ b/bashrc @@ -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 -