Skip to content

Commit

Permalink
Update autoexec.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
crhultay authored Nov 25, 2024
1 parent baca3c5 commit 59735b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoexec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59735b9

Please sign in to comment.