Fix Doom config

This commit is contained in:
Fabio Scotto di Santolo
2025-10-25 17:10:48 +02:00
parent 90fa090890
commit 9acf200418
7 changed files with 48 additions and 38 deletions

View File

@@ -184,3 +184,7 @@ 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