diff --git a/install/node.sh b/install/node.sh index 5fc70d0..1950cc5 100755 --- a/install/node.sh +++ b/install/node.sh @@ -8,7 +8,7 @@ npm install -g diff-so-fancy npm install -g fkill-cli npm install -g localtunnel npm install -g neovim -npm install -g npm-check-updates +npm install -g npm-check npm install -g pure-prompt npm install -g trash-cli npm install -g yarn diff --git a/zsh/aliases b/zsh/aliases index 6e5711b..82d90f1 100644 --- a/zsh/aliases +++ b/zsh/aliases @@ -62,7 +62,7 @@ alias dnsmasqfix='sudo brew services stop dnsmasq && sudo mkdir /usr/local/etc/d alias ns="npm start" alias nb="npm run build" alias npmre='rm -f package-lock.json && rm -rf node_modules && npm install' -alias ys='yarn start' +alias ys='yarn develop' alias yp='yarn lint && yarn production' alias yre='rm -f yarn.lock && rm -rf node_modules && yarn'