2
0
mirror of https://github.com/webgefrickel/dotfiles synced 2024-11-11 07:10:40 +00:00

Global npm check update

This commit is contained in:
Steffen Rademacker 2020-05-03 19:45:33 +02:00
parent b891cf6a60
commit 78edf51645

View File

@ -34,7 +34,7 @@ alias l='ls -alGp'
# mutt
alias m='neomutt'
# 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
alias g="git"
@ -53,7 +53,7 @@ alias ta='tmux -u attach'
# all in one homebrew, gem update commands
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
alias dnsmasqfix='sudo brew services stop dnsmasq && sudo mkdir /usr/local/etc/dnsmasq.d && sudo brew services start dnsmasq'