From a8ce8b4abc348a7e06783d342c844fc6d97e5126 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sat, 7 Mar 2026 02:31:13 +0900 Subject: modified shell/profile --- ar/.config/shell/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ar/.config/shell') 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" -- cgit v1.2.3