Fix Mise loading

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

View File

@@ -183,8 +183,3 @@ alias stow='stow -d $DOTFILES '
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