NixNet/_posts/2018-08-18-Get-a-three-day-...

9 lines
466 B
Markdown
Raw Normal View History

2018-12-14 05:47:01 +00:00
---
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/~<City>` (replace `<city>` 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: