Disable Ruby compilation in mise (if mise and ruby are installed)

This commit is contained in:
David Heinemeier Hansson
2026-02-25 21:41:46 +01:00
parent 95e5a5a754
commit 3775d93099
+5
View File
@@ -0,0 +1,5 @@
echo "Disable Ruby compilation in mise (if mise and ruby are installed)"
if omarchy-cmd-present mise && mise which ruby &>/dev/null; then
mise settings set ruby.compile false
fi