Hard coding yarn bin paths.
using yarn bin and yarn global bin make the startup time take significantly longer.
This commit is contained in:
parent
7da9844127
commit
c4320bbe97
|
@ -73,7 +73,7 @@ env_loader(){
|
||||||
}
|
}
|
||||||
|
|
||||||
if (( $+commands[yarn] )) ; then
|
if (( $+commands[yarn] )) ; then
|
||||||
export PATH="$(yarn global bin):$PATH"
|
export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
user_script_dir=~/.scripts
|
user_script_dir=~/.scripts
|
||||||
|
|
Loading…
Reference in New Issue
Block a user