Update .zshrc

This commit is contained in:
Kasper Juul Hermansen 2023-10-26 21:45:08 +02:00
parent 3a4bb5f1ab
commit 52a98982ca
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -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