mirror of
https://github.com/harish2704/dotFiles.git
synced 2026-09-10 07:11:09 +00:00
Yarn set node_modules as default linker
This commit is contained in:
@@ -429,6 +429,11 @@ fontCacheRefresh(){
|
||||
fc-cache -f -v
|
||||
}
|
||||
|
||||
# tell yarn to use node_modules directory
|
||||
yarnUseNodemodules(){
|
||||
yarn config set nodeLinker node-modules
|
||||
}
|
||||
|
||||
# usbreset
|
||||
usbreset(){
|
||||
set -x
|
||||
|
||||
Reference in New Issue
Block a user