Add wonderful toolchain path
This commit is contained in:
7
.bashrc
7
.bashrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user