Update autoexec.sh
This commit is contained in:
committed by
GitHub
parent
baca3c55f0
commit
59735b97f4
@@ -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
|
if ! command -v "mise" 2>&1 >/dev/null
|
||||||
then
|
then
|
||||||
echo "$(date '+%Y-%m-%d %H:%M:%S') - mise is not in your PATH, activating" | tee -a $AUTOEXEC_LOGFILE
|
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
|
fi
|
||||||
|
|
||||||
if ! command -v "node" 2>&1 >/dev/null
|
if ! command -v "node" 2>&1 >/dev/null
|
||||||
|
|||||||
Reference in New Issue
Block a user