[zsh] Added .zprofile for early path addition
This commit is contained in:
parent
0ef70eff2e
commit
186fe3618a
1 changed files with 10 additions and 0 deletions
10
shells/zprofile
Normal file
10
shells/zprofile
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
#
|
||||||
|
# /etc/zprofile and ~/.zprofile are run for login shells
|
||||||
|
#
|
||||||
|
|
||||||
|
# Add ~/.local/bin to path
|
||||||
|
PATH="$PATH:$HOME/.local/bin"
|
||||||
|
# Add ~/.npm-global/bin/ to path
|
||||||
|
PATH="$PATH:$HOME/.npm-global/bin"
|
||||||
|
export PATH
|
||||||
|
|
Loading…
Reference in a new issue