summaryrefslogtreecommitdiff
path: root/ar/.config
diff options
context:
space:
mode:
Diffstat (limited to 'ar/.config')
-rw-r--r--ar/.config/shell/profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.config/shell/profile b/ar/.config/shell/profile
index f64f0d7..beb5993 100644
--- a/ar/.config/shell/profile
+++ b/ar/.config/shell/profile
@@ -167,7 +167,7 @@ export NOTMUCH_CONFIG="$XDG_CONFIG_HOME/notmuch/default/config"
### --- NPM --- ###
export NPM_CONFIG_USERCONFIG="~/.config/npm/.npmrc"
-command -v npm >/dev/null 2>&1 && export PATH="$(find -L ~/.local/share/npm -name bin -type d -print 2>/dev/null | sort -u | paste -s -d ':' -):$PATH"
+command -v npm >/dev/null 2>&1 && export PATH="$(find -L ~/.local/share/npm -mindepth 2 -name bin -type d -print 2>/dev/null | sort -u | paste -s -d ':' -):$PATH"
### --- NVM --- ###
export NVM_DIR="$XDG_CONFIG_HOME/nvm"