From c36ae930782ab70d2dce4362429c9935258f96c2 Mon Sep 17 00:00:00 2001 From: aleidk Date: Thu, 19 Dec 2024 18:06:35 -0300 Subject: [PATCH] minor updates --- config/zsh/zprofile | 5 +++++ 1 file changed, 5 insertions(+) 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 }}