SetupEnvironment: add ~/config/apps to the PATH

Change-Id: Ifd5f35e24b8fadbf984a1fa9bd099ba98b1a49a4
Reviewed-on: https://review.haiku-os.org/c/haiku/+/9043
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
Chris Roberts
2025-02-22 21:26:14 +00:00
committed by waddlesplash
parent 7aeeeccb9e
commit 086e20b2cd
+1 -1
View File
@@ -27,7 +27,7 @@ export BEINCLUDES
export BE_HOST_CPU
if [ "$SAFEMODE" != "yes" ]; then
export PATH=.:$HOME/config/non-packaged/bin:$HOME/config/bin:/boot/system/non-packaged/bin:/bin:/boot/system/apps:/boot/system/preferences
export PATH=.:$HOME/config/non-packaged/bin:$HOME/config/bin:$HOME/config/apps:/boot/system/non-packaged/bin:/bin:/boot/system/apps:/boot/system/preferences
export LIBRARY_PATH="%A/lib:$HOME/config/non-packaged/lib:$HOME/config/lib:/boot/system/non-packaged/lib:/boot/system/lib"
export ADDON_PATH="%A/add-ons:$HOME/config/non-packaged/add-ons:$HOME/config/add-ons:/boot/system/non-packaged/add-ons:/boot/system/add-ons"
else