New backup 2025-03-05 18:45:06
This commit is contained in:
parent
1f8e3cbf8e
commit
9a5781f1e1
1 changed files with 3 additions and 0 deletions
|
@ -110,6 +110,9 @@ if [ -n "${SSH_CLIENT}" ] || [ -n "${SSH_TTY}" ]; then
|
|||
fi
|
||||
if [[ "$HOSTNAME" == pod* ]];then
|
||||
prompt_prefix="${prompt_prefix} [POD] "
|
||||
mkdir -p "${HOME}/.devpod/$(uname -m)"
|
||||
export CARGO_HOME="${HOME}/.devpod/$(uname -m)/.cargo"
|
||||
export RUSTUP_HOME="${HOME}/.devpod/$(uname -m)/.rustup"
|
||||
cd ${POD_PATH}
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue