Cleanup ZSH config

This commit is contained in:
Fabio Scotto di Santolo
2025-08-18 22:20:47 +02:00
parent d5741c38a1
commit 3bce5ef841
10 changed files with 100 additions and 124 deletions

5
zsh/.profile.d/mise.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
if command -v mise > /dev/null 2>&1; then
eval "$(mise activate zsh)"
fi