diff options
| author | Saumit <justsaumit@protonmail.com> | 2026-05-23 18:15:35 +0530 |
|---|---|---|
| committer | Saumit <justsaumit@protonmail.com> | 2026-05-23 18:15:35 +0530 |
| commit | 4a750b1d31fb00f2bf7a43c10baa23269758fc02 (patch) | |
| tree | 772eaad3b702e7c0c703531e796517e34ab2def3 /stow/zsh | |
| parent | 926e184b8dd1e1994d7f44ed272d708debce5d43 (diff) | |
Diffstat (limited to 'stow/zsh')
| -rw-r--r-- | stow/zsh/.zshrc | 4 |
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" |
