From 1227e7145dece73cdc00d589550ac4c33bd908a3 Mon Sep 17 00:00:00 2001 From: Shahar Date: Fri, 10 Jul 2015 04:58:47 +0300 Subject: [PATCH] npm-path module: better warning message --- plugins/npm-path/npm-path.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/npm-path/npm-path.plugin.zsh b/plugins/npm-path/npm-path.plugin.zsh index e9945e513..90047d784 100644 --- a/plugins/npm-path/npm-path.plugin.zsh +++ b/plugins/npm-path/npm-path.plugin.zsh @@ -5,7 +5,7 @@ zsh-node_modules-bin-update-path() { fi if [[ ! -r $(which npm-path) ]]; then - echo "npm-path must be available for the oh-my-zshell npm-path module to update your PATH" + echo "WARNING: npm-path must be available for the oh-my-zshell npm-path module to update your PATH. Perhaps \`npm --global install npm-path\` will help." return fi