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:
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…
Reference in New Issue
Block a user