diff --git a/bashrc.txt b/bashrc.txt index 63a6f4eb..4217f14a 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -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"