decided against using killmon as it would possibly kill coc for nvim

This commit is contained in:
tomit4 2022-03-19 11:51:02 -07:00
parent e865daf563
commit ab153742b8

View file

@ -312,7 +312,7 @@ alias inxi-w="inxi --weather-location 90004"
alias forecast="curl -s 'http://wttr.in/losangeles'"
alias ipaddr="curl ifconfig.me ; echo ''"
alias hwclock="doas hwclock"
alias {killnode,killmon,kmon}='kill $(pidof node)'
alias killport="fuser -k"
alias npm_upgrade="doas npm install -g npm@latest"
alias npm_list="npm list -g --depth=0"