diff --git a/bash/.profile.d/homebrew.sh b/bash/.profile.d/homebrew.sh old mode 100644 new mode 100755 diff --git a/bash/.profile.d/mise.sh b/bash/.profile.d/mise.sh new file mode 100755 index 0000000..49b1476 --- /dev/null +++ b/bash/.profile.d/mise.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env sh + +# Load Mise en dev +if command -v mise > /dev/null 2>&1; then + eval "$(mise activate bash)" +fi