From 52a98982cab0ac23b43a8bcb39ff33182e3bf9dd Mon Sep 17 00:00:00 2001 From: kjuulh Date: Thu, 26 Oct 2023 21:45:08 +0200 Subject: [PATCH] Update .zshrc --- dot_zshrc.tmpl | 7 +++++++ 1 file changed, 7 insertions(+) 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