1
0
Fork 0

add npm global dir

This commit is contained in:
Luca Bilke 2022-09-30 13:11:01 +02:00
parent b964017588
commit 46a4208ad1

View file

@ -3,7 +3,7 @@
# profile file. Runs on login. Environmental variables are set here.
# Adds `~/.local/bin` to $PATH
export PATH="$PATH:${$(find -L ~/.local/bin -type d -printf %p:)%%:}"
export PATH="$PATH:~/.local/share/npm-global/bin:${$(find -L ~/.local/bin -type d -printf %p:)%%:}"
unsetopt PROMPT_SP