Skip to content

Commit

Permalink
fix(wsl/install.sh): remove shims flag from mise activate (#1072)
Browse files Browse the repository at this point in the history
* fix(wsl/install.sh): remove mise activate

* chore(wsl/install.sh): run bun for debug

* Revert "chore(wsl/install.sh): run bun for debug"

This reverts commit 8f02771.

* fix(wsl/install.sh): activate mise
  • Loading branch information
risu729 authored Dec 13, 2024
1 parent 43fd722 commit ee30be1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wsl/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ cd "${HOME}"

mise trust --all
mise install --yes
# activate mise shims for bun scripts
mise_shims="$(mise activate bash --shims)"
eval "${mise_shims}"
# activate to use installed tools in setup-git.ts
mise_activate="$(mise activate bash)"
eval "${mise_activate}"
echo installed mise

echo installed dotfiles!
Expand Down

0 comments on commit ee30be1

Please sign in to comment.