summaryrefslogtreecommitdiff
path: root/ar/.config/shell/profile
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-03-07 02:31:13 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-03-07 02:31:13 +0900
commita8ce8b4abc348a7e06783d342c844fc6d97e5126 (patch)
tree009876499d9b9621d982096a0118bf164c6bf1dd /ar/.config/shell/profile
parent51c77071627c52dbd6312b00a459298498939ffa (diff)
modified shell/profile
Diffstat (limited to 'ar/.config/shell/profile')
-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"