R Script Fix

This commit is contained in:
MangoPig
2026-05-05 11:18:52 +01:00
parent 1b8a3a28dc
commit e15740115b
4 changed files with 60 additions and 30 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)"