-npm doctor
-nvm list
-current node
-current npm
This commit is contained in:
2018-09-02 09:25:59 +02:00
parent 0960dd6ee4
commit da6fa49f71
5 changed files with 185 additions and 7 deletions

10
_atom.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/usr/bin/env bash
echo -e "\033[1m⚛ Atom editor will be shiny when you'll be back from your coffee/tea break! \033[0m"
if hash apm-beta 2>/dev/null; then
apm-beta upgrade -c false
fi
if hash apm 2>/dev/null; then
apm upgrade -c false
fi
echo ""