add npm global dir
This commit is contained in:
parent
b964017588
commit
46a4208ad1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue