diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 985a18f..8d08b54 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -157,4 +157,11 @@ export GITEA_ACCESS_TOKEN={{ .gitea_token | quote }} export GITEA_URL="https://git.i.kjuulh.io/api/v1" export GITEA_ORG="kjuulh" +# bun completions +[ -s "/Users/kah/.bun/_bun" ] && source "/Users/kah/.bun/_bun" + +# bun +export BUN_INSTALL="$HOME/.bun" +export PATH="$BUN_INSTALL/bin:$PATH" + #zprof