Can't do shim activation here without overwriting the ./bin path addition

But not necessary since uwsm/env handles the underlying problem
This commit is contained in:
David Heinemeier Hansson
2026-03-05 13:42:55 -04:00
parent 725054a478
commit d3285f6b00
+1 -1
View File
@@ -1,5 +1,5 @@
if command -v mise &> /dev/null; then
eval "$(mise activate bash --shims)"
eval "$(mise activate bash)"
fi
if command -v starship &> /dev/null; then