This commit is contained in:
MangoPig
2025-12-06 09:27:49 +00:00
parent 3ba98e21ad
commit 7743665917
6 changed files with 176 additions and 15 deletions

6
.zshrc
View File

@@ -51,6 +51,12 @@ if command -v conda >/dev/null 2>&1; then
[ -f "$CONDA_BASE/etc/profile.d/conda.sh" ] && source "$CONDA_BASE/etc/profile.d/conda.sh"
fi
# 5. R and Rig
export RIG_HOME="$PROG_DIR/r"
if [ -d "$RIG_HOME/bin" ]; then
export PATH="$RIG_HOME/bin:$PATH"
fi
# Zoxide
eval "$(zoxide init --cmd cd zsh)"