Update mise.sh

This commit is contained in:
Fabio Scotto di Santolo
2025-09-01 20:55:14 +02:00
committed by GitHub
parent 485841b483
commit 909b6423e0

View File

@@ -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