Update autoexec.sh

This commit is contained in:
Carl Roman Hultay
2024-11-25 09:36:58 -05:00
committed by GitHub
parent baca3c55f0
commit 59735b97f4

View File

@@ -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