From 6e4b0105788959bf2b410497e75606d6586f77ab Mon Sep 17 00:00:00 2001 From: tomit4 Date: Thu, 3 Mar 2022 14:30:10 -0800 Subject: [PATCH] updated weather alias to be location accurate --- bashrc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"