From 052a2655343b3f314fd59fd748a5e122dddfc0ae Mon Sep 17 00:00:00 2001 From: thek4n Date: Fri, 1 Mar 2024 15:41:53 +0300 Subject: [PATCH] remove npm-global path --- home/user/.config/bash/export | 5 ----- 1 file changed, 5 deletions(-) diff --git a/home/user/.config/bash/export b/home/user/.config/bash/export index dc246cc..c9850ac 100644 --- a/home/user/.config/bash/export +++ b/home/user/.config/bash/export @@ -18,15 +18,10 @@ export HISTIGNORE="&:l[lsa\.]:[bf]g:exit:q:clear:c:history:h" export BROWSERCLI=w3m test -z "$BROWSER" && export BROWSER=firefox - if [ -d "$HOME/.local/bin" ] ; then export PATH="$HOME/.local/bin:$PATH" fi -if [ -d "$HOME/.npm-global/bin" ] ; then - export PATH="$HOME/.npm-global/bin:$PATH" -fi - for TMPDIR in "$TMPDIR" "$TMP" /tmp /var/tmp do test -d "$TMPDIR" && break