Add wonderful toolchain path

This commit is contained in:
2026-08-14 09:28:04 +02:00
parent 9407ff6eaa
commit 6c247108fd

View File

@@ -212,6 +212,13 @@ if [ -d "$HOME/.cargo/env" ]; then
. "$HOME/.cargo/env"
fi
if [ -d "/opt/wonderful" ]; then
export PATH=/opt/wonderful/bin:$PATH
export WONDERFUL_TOOLCHAIN=/opt/wonderful
if [ -d "/opt/wonderful/thirdparty/blocksds" ]; then
export DLDITOOL=/opt/wonderful/thirdparty/blocksds/core/tools/dlditool/dlditool
fi
fi
export PATH="$HOME/.local/bin:$PATH"
export PATH=/home/$USER/.fnm:$PATH