Fix Mise loading

This commit is contained in:
Fabio Scotto di Santolo
2025-12-02 09:47:53 +01:00
parent babbceb247
commit 16ca912724
3 changed files with 3 additions and 6 deletions

View File

@@ -184,8 +184,3 @@ alias em='emacsclient -t'
if command -v starship > /dev/null 2>&1; then
eval "$(starship init bash)"
fi
# Load Mise en dev
if command -v mise > /dev/null 2>&1; then
eval "$(mise activate bash)"
fi