New backup 2025-09-13 10:00:02

This commit is contained in:
Penelope Gwen 2025-09-13 10:00:02 -07:00
parent 46cc7491f2
commit 76e9d1db4f

View file

@ -141,6 +141,7 @@ if [[ "$HOSTNAME" == pod* ]];then
export RUSTUP_HOME="${HOME}/.devpod/$(uname -m)/.rustup"
cd ${POD_PATH}
fi
[[ -d $HOME/.cargo/bin ]] && export PATH="$HOME/.cargo/bin:$PATH"
export PYENV_ROOT="$HOME/.pyenv"
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"