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