From d3285f6b00b70da7b3e5a5d6cd005876fd20fd15 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 5 Mar 2026 13:42:55 -0400 Subject: [PATCH] Can't do shim activation here without overwriting the ./bin path addition But not necessary since uwsm/env handles the underlying problem --- default/bash/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/bash/init b/default/bash/init index e4b501f2..4c5e6e39 100644 --- a/default/bash/init +++ b/default/bash/init @@ -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