From e5110d6c1a04bb1c76221e6c88ca2001add8d364 Mon Sep 17 00:00:00 2001
From: Dante Falzone <dante.j.falzone@protonmail.com>
Date: Thu, 14 Nov 2019 09:04:47 -0600
Subject: [PATCH] Added weather command

---
 .bashrc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.bashrc b/.bashrc
index d6079ea..4555bf9 100644
--- a/.bashrc
+++ b/.bashrc
@@ -148,3 +148,6 @@ fetchunl() {
 
 # Source everything in the "scripts" directory.
 source ~/scripts/*.sh;
+
+# Get the weather.
+alias wthr="curl http://wttr.in/Lincoln?m"
-- 
GitLab