separated weather alias into inxi-w and forecast aliases
This commit is contained in:
parent
6e4b010578
commit
8d6b940997
1 changed files with 2 additions and 1 deletions
|
|
@ -297,7 +297,8 @@ 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="inxi --weather-location 90004 && curl -s 'http://wttr.in/losangeles'"
|
||||
alias inxi-w="inxi --weather-location 90004"
|
||||
alias forecast="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