New backup 2025-09-17 11:30:02
This commit is contained in:
parent
f72fd002fc
commit
e929cd56fc
1 changed files with 1 additions and 0 deletions
|
|
@ -145,6 +145,7 @@ if [[ "$HOSTNAME" == pod* ]];then
|
|||
cd ${POD_PATH}
|
||||
fi
|
||||
[[ -d $HOME/.cargo/bin ]] && export PATH="$HOME/.cargo/bin:$PATH"
|
||||
[[ -d $HOME/.rustup/toolchains/nightly-$(uname -m)-unknown-linux-gnu/bin ]] && export PATH="$HOME/.rustup/toolchains/nightly-$(uname -m)-unknown-linux-gnu/bin:$PATH"
|
||||
|
||||
export PYENV_ROOT="$HOME/.pyenv"
|
||||
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue