This commit is contained in:
David Tomaschik
2026-02-11 15:45:49 -08:00
parent c0fd99afd6
commit 122dc2075b
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
if command -v mise ; then
use_mise() {
eval "$(mise direnv activate)"
}
fi