Global npm check update

main
Steffen Rademacker 4 years ago
parent b891cf6a60
commit 78edf51645

@ -34,7 +34,7 @@ alias l='ls -alGp'
# mutt # mutt
alias m='neomutt' alias m='neomutt'
# alias for syncing everything # alias for syncing everything
alias O="cd ~ && mbsync -a && mu index --maildir ~/Mail && vdirsyncer sync" alias O="cd ~ && mbsync -a && mu index && vdirsyncer sync"
# Gitty gitgit # Gitty gitgit
alias g="git" alias g="git"
@ -53,7 +53,7 @@ alias ta='tmux -u attach'
# all in one homebrew, gem update commands # all in one homebrew, gem update commands
alias brewup='brew update && brew upgrade && brew cu -a -f -y && brew cleanup' alias brewup='brew update && brew upgrade && brew cu -a -f -y && brew cleanup'
alias upall='brewup && npm-check -g' alias upall='brewup && npm-check -gu'
# temp fix for dnsmasq-bootup # temp fix for dnsmasq-bootup
alias dnsmasqfix='sudo brew services stop dnsmasq && sudo mkdir /usr/local/etc/dnsmasq.d && sudo brew services start dnsmasq' alias dnsmasqfix='sudo brew services stop dnsmasq && sudo mkdir /usr/local/etc/dnsmasq.d && sudo brew services start dnsmasq'

Loading…
Cancel
Save