From bace5f00b91efb52765382b3dcc0bf3f493db458 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..0ee841b 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 (is_executable "bun") }} + export BUN_INSTALL="$HOME/.bun" + update_path "$BUN_INSTALL/bin" +{{ /if }} + {{ #if (is_executable "rye") }} source "$HOME/.rye/env" {{ /if }}