diff --git a/config/zsh/zprofile b/config/zsh/zprofile index ebeea46..2990987 100644 --- a/config/zsh/zprofile +++ b/config/zsh/zprofile @@ -36,6 +36,11 @@ export ESLINT_USE_FLAT_CONFIG=true update_path "$PNPM_HOME" {{ /if }} +{{ #if (command_success "[ -d $HOME/.bun ]") }} + export BUN_INSTALL="$HOME/.bun" + update_path "$BUN_INSTALL/bin" +{{ /if }} + {{ #if (is_executable "rye") }} source "$HOME/.rye/env" {{ /if }}