Update .zshrc
This commit is contained in:
parent
3a4bb5f1ab
commit
52a98982ca
@ -157,4 +157,11 @@ export GITEA_ACCESS_TOKEN={{ .gitea_token | quote }}
|
|||||||
export GITEA_URL="https://git.i.kjuulh.io/api/v1"
|
export GITEA_URL="https://git.i.kjuulh.io/api/v1"
|
||||||
export GITEA_ORG="kjuulh"
|
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
|
#zprof
|
||||||
|
Loading…
Reference in New Issue
Block a user