+rename npm.sh to node.sh
+custom npm list colors
This commit is contained in:
2021-01-01 07:30:04 +01:00
parent 2adb0f1064
commit 5268f23fcd

View File

@@ -27,8 +27,10 @@ if [[ $1 == "--nodistract" ]]; then
no_distract=true no_distract=true
fi fi
# Set ls_color to '' for output nvm list in colors, else '--no-colors' # Set ls_color to '' for output nvm list in default colors, else '--no-colors'
ls_color='--no-colors' # ls_color='--no-colors'
# ls_color='BrGcm' for custom colors
# export NVM_COLORS='BrGcm' in .zshrc for persistant custom colors
# Set doctor=true to run 'npm doctor' and 'npm cache verify' each time # Set doctor=true to run 'npm doctor' and 'npm cache verify' each time
doctor=true doctor=true