From 5268f23fcd26526ba9e454f5a21c84e623d40ce3 Mon Sep 17 00:00:00 2001 From: Bruno 21 Date: Fri, 1 Jan 2021 07:30:04 +0100 Subject: [PATCH] node.sh +rename npm.sh to node.sh +custom npm list colors --- plugins.d/{npm.sh => node.sh} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename plugins.d/{npm.sh => node.sh} (96%) diff --git a/plugins.d/npm.sh b/plugins.d/node.sh similarity index 96% rename from plugins.d/npm.sh rename to plugins.d/node.sh index f7804b4..f6eae51 100755 --- a/plugins.d/npm.sh +++ b/plugins.d/node.sh @@ -27,8 +27,10 @@ if [[ $1 == "--nodistract" ]]; then no_distract=true fi -# Set ls_color to '' for output nvm list in colors, else '--no-colors' -ls_color='--no-colors' +# Set ls_color to '' for output nvm list in default colors, else '--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 doctor=true