Created
April 16, 2019 11:20
-
-
Save rpapallas/cd85ce61246be28cd8f1cb6bb8e0ab79 to your computer and use it in GitHub Desktop.
Get local weather forecast from within your terminal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
weather() { | |
curl wttr.in | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment