updated weather alias to be location accurate
This commit is contained in:
parent
3356d250a4
commit
6e4b010578
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue