minor updates

This commit is contained in:
Alexander Navarro 2024-12-19 18:06:35 -03:00
parent 4b4f219ebd
commit c36ae93078

View file

@ -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 }}