updated ipaddr alias

This commit is contained in:
tomit4 2022-01-28 06:13:28 -08:00
parent 3e0127c74b
commit b956795c47

View file

@ -246,7 +246,7 @@ alias reboot="reboot.sh"
alias log="xfce4-session-logout --logout:wq"
alias curltime="curl -w \"@$HOME/Documents/notes/curl-format.txt\" -o /dev/null -s"
alias weather="curl -s 'http://wttr.in' && inxi -w"
alias ipaddr="curl ifconfig.me"
alias ipaddr="curl ifconfig.me ; echo ''"
alias killport="fuser -k"
alias rmorphans="doas pacman -Rs $(pacman -Qdtq)"
alias npm_upgrade="doas npm install -g npm@latest"