--- layout: post title: Get a three-day weather forecast in your terminal! date: 2018-08-18 00:36:38 tags: --- # Just a little alias . . . I don't remember where I found it but I have a short alias in my `~/.zshrc` that gives me a three-day weather forecast in the terminal. All it is is `clear && curl wttr.in/~` (replace `` with the city you live in). You can make it prettier by adding `|lolcat` to the end as well. Here's what the output looks like: