added npm_update alias

This commit is contained in:
tomit4 2021-12-23 09:13:40 -08:00
parent 9f8a797af1
commit ef9cd9f814

View file

@ -242,7 +242,8 @@ alias curltime="curl -w \"@$HOME/Documents/notes/curl-format.txt\" -o /dev/null
alias weather="curl -s 'http://wttr.in' && inxi -w"
alias ipaddr="curl ifconfig.me"
alias killport="fuser -k"
alias rmorphans="sudo pacman -Rs $(pacman -Qdtq)"
alias rmorphans="doas pacman -Rs $(pacman -Qdtq)"
alias npm_upgrade="doas npm install -g npm@latest"
alias rm="newrm -vi"
alias {doasedit,sudoedit}="doas rnano"
alias shred="shred -uz" # shreds the file and overwrites it with 1s and 0s