2025-09-04

This commit is contained in:
2025-09-04 10:19:26 -04:00
parent 72ba58e9a5
commit 0dfd4392a6
8 changed files with 326 additions and 39 deletions
+5
View File
@@ -17,5 +17,10 @@ eval "$(atuin init zsh)"
# bun completions
[ -s "/Users/ghall/.bun/_bun" ] && source "/Users/ghall/.bun/_bun"
# ggc completions
if [ -f "$(go env GOPATH)/pkg/mod/github.com/bmf-san/ggc/v5@*/tools/completions/ggc.zsh" ]; then
. "$(go env GOPATH)"/pkg/mod/github.com/bmf-san/ggc/v5@*/tools/completions/ggc.zsh
fi
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
export PATH="$PATH:$HOME/.rvm/bin"