From 59735b97f420b1fe231850d38d357f56a494fb4b Mon Sep 17 00:00:00 2001 From: Carl Roman Hultay <144816337+crhultay@users.noreply.github.com> Date: Mon, 25 Nov 2024 09:36:58 -0500 Subject: [PATCH] Update autoexec.sh --- autoexec.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/autoexec.sh b/autoexec.sh index b702ce84..0e640172 100644 --- a/autoexec.sh +++ b/autoexec.sh @@ -26,6 +26,7 @@ echo "$(date '+%Y-%m-%d %H:%M:%S') - CURRENT DIR: ${PWD##}" | tee -a $AUTOEXEC_L if ! command -v "mise" 2>&1 >/dev/null then echo "$(date '+%Y-%m-%d %H:%M:%S') - mise is not in your PATH, activating" | tee -a $AUTOEXEC_LOGFILE + eval "$(~/.local/bin/mise activate bash)" fi if ! command -v "node" 2>&1 >/dev/null