From 7c620dba1922064db633534da87abe8601f54afa Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Tue, 2 Dec 2025 09:51:37 +0100 Subject: [PATCH] Fix Mise commit --- bash/.profile.d/homebrew.sh | 0 bash/.profile.d/mise.sh | 6 ++++++ 2 files changed, 6 insertions(+) mode change 100644 => 100755 bash/.profile.d/homebrew.sh create mode 100755 bash/.profile.d/mise.sh 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