summaryrefslogtreecommitdiff
path: root/stow/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'stow/zsh')
-rw-r--r--stow/zsh/.zshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/stow/zsh/.zshrc b/stow/zsh/.zshrc
index 3a021a1..3ba6898 100644
--- a/stow/zsh/.zshrc
+++ b/stow/zsh/.zshrc
@@ -161,3 +161,7 @@ export PATH="$PATH:$ANDROID_HOME/tools/bin"
[ -f "${XDG_CONFIG_HOME:-$HOME/.config}/shell/profile" ] && source "${XDG_CONFIG_HOME:-$HOME/.config}/shell/profile"
# Load secrets
[ -f "${XDG_CONFIG_HOME:-$HOME}/.zsh_secrets" ] && source "${XDG_CONFIG_HOME:-$HOME}/.zsh_secrets"
+
+# bun
+export BUN_INSTALL="$HOME/.bun"
+export PATH="$BUN_INSTALL/bin:$PATH"