use function to add LWS to PATH

This commit is contained in:
Martin Blazik
2022-01-18 13:47:18 +01:00
parent bf0e62810c
commit 6297193aab

3
bashrc
View File

@@ -10,6 +10,5 @@ for rc_file in $WORKSPACE/rc/*; do
source $rc_file
done
PATH="$PATH:$LWS/bin"
append_path "$LWS/bin"
PATH="$(uniq_path)"
export PATH