remove npm-global path

This commit is contained in:
thek4n 2024-03-01 15:41:53 +03:00
parent 713b701101
commit 052a265534

View File

@ -18,15 +18,10 @@ export HISTIGNORE="&:l[lsa\.]:[bf]g:exit:q:clear:c:history:h"
export BROWSERCLI=w3m export BROWSERCLI=w3m
test -z "$BROWSER" && export BROWSER=firefox test -z "$BROWSER" && export BROWSER=firefox
if [ -d "$HOME/.local/bin" ] ; then if [ -d "$HOME/.local/bin" ] ; then
export PATH="$HOME/.local/bin:$PATH" export PATH="$HOME/.local/bin:$PATH"
fi fi
if [ -d "$HOME/.npm-global/bin" ] ; then
export PATH="$HOME/.npm-global/bin:$PATH"
fi
for TMPDIR in "$TMPDIR" "$TMP" /tmp /var/tmp for TMPDIR in "$TMPDIR" "$TMP" /tmp /var/tmp
do do
test -d "$TMPDIR" && break test -d "$TMPDIR" && break