minor updates

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

View file

@ -36,6 +36,11 @@ export ESLINT_USE_FLAT_CONFIG=true
update_path "$PNPM_HOME" update_path "$PNPM_HOME"
{{ /if }} {{ /if }}
{{ #if (is_executable "bun") }}
export BUN_INSTALL="$HOME/.bun"
update_path "$BUN_INSTALL/bin"
{{ /if }}
{{ #if (is_executable "rye") }} {{ #if (is_executable "rye") }}
source "$HOME/.rye/env" source "$HOME/.rye/env"
{{ /if }} {{ /if }}