updated weather alias to be location accurate

This commit is contained in:
tomit4 2022-03-03 14:30:10 -08:00
parent 3356d250a4
commit 6e4b010578

View file

@ -297,7 +297,7 @@ alias shutdown="shutdown.sh"
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 weather="inxi --weather-location 90004 && curl -s 'http://wttr.in/losangeles'"
alias ipaddr="curl ifconfig.me ; echo ''"
alias mtime="doas hwclock"
alias killport="fuser -k"