R Script Fix

This commit is contained in:
MangoPig
2026-05-05 11:18:52 +01:00
parent 87fb89a6b7
commit 689a2dc079
5 changed files with 75 additions and 31 deletions

10
.zshrc
View File

@@ -65,4 +65,12 @@ eval "$(zoxide init --cmd cd zsh)"
# Add to PATH
export PATH="$HOME/.local/bin:$CARGO_HOME/bin:$PATH"
export PATH="$GOPATH/bin:$PATH"
export PATH="$GOPATH/bin:$PATH"
# opencode
if ! pgrep -f "openchamber.*7891" > /dev/null; then
openchamber --port 7891 >/dev/null 2>&1
fi
# direnv
eval "$(direnv hook zsh)"