From 909b6423e05bc555824a8e223427f762c3a7f728 Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Mon, 1 Sep 2025 20:55:14 +0200 Subject: [PATCH] Update mise.sh --- bash/.profile.d/mise.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/.profile.d/mise.sh b/bash/.profile.d/mise.sh index 1af6721..c73ae9d 100755 --- a/bash/.profile.d/mise.sh +++ b/bash/.profile.d/mise.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash if command -v mise > /dev/null 2>&1; then - eval "$(mise activate zsh)" + eval "$(mise activate bash)" fi