mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
use weather city for weather command
This commit is contained in:
parent
a83a7de5ac
commit
1f2dd0ccba
@ -56,7 +56,7 @@ function aliases --description 'All aliases'
|
|||||||
# Fun CLI Tools
|
# Fun CLI Tools
|
||||||
abbr goo 'googler'
|
abbr goo 'googler'
|
||||||
abbr gooj 'googler -j'
|
abbr gooj 'googler -j'
|
||||||
alias weather='curl wttr.in'
|
alias weather='curl wttr.in/$WEATHER_CITY'
|
||||||
alias moon='curl wttr.in/Moon'
|
alias moon='curl wttr.in/Moon'
|
||||||
alias ipinfo='curl ipinfo.io'
|
alias ipinfo='curl ipinfo.io'
|
||||||
alias worldmap='telnet mapscii.me'
|
alias worldmap='telnet mapscii.me'
|
||||||
|
Loading…
Reference in New Issue
Block a user