Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
almirsarajcic committed Sep 18, 2024
1 parent 2daa146 commit 401a709
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions test/scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,16 @@ serve:
rm -f .mise.toml
rm -f .tool-versions

echo "Debug: $$PATH"
mise doctor

@if [[ "$$SHELL" == *"bash"* ]]; then \
eval "$$(~/.local/bin/mise hook-env -s bash)"; \
elif [[ "$$SHELL" == *"zsh"* ]]; then \
eval "$$(~/.local/bin/mise hook-env -s zsh)"; \
fi
eval "$$(~/.local/bin/mise activate bash)"; \
eval "$$(~/.local/bin/mise hook-env -s bash)"; \
elif [[ "$$SHELL" == *"zsh"* ]]; then \
eval "$$(~/.local/bin/mise activate zsh)"; \
eval "$$(~/.local/bin/mise hook-env -s zsh)"; \
fi

echo "Debug: $$PATH"
mise doctor
Expand Down

0 comments on commit 401a709

Please sign in to comment.