minor updates
This commit is contained in:
parent
4b4f219ebd
commit
c36ae93078
1 changed files with 5 additions and 0 deletions
|
|
@ -36,6 +36,11 @@ export ESLINT_USE_FLAT_CONFIG=true
|
||||||
update_path "$PNPM_HOME"
|
update_path "$PNPM_HOME"
|
||||||
{{ /if }}
|
{{ /if }}
|
||||||
|
|
||||||
|
{{ #if (command_success "[ -d $HOME/.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 }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue