diff --git a/.bashrc b/.bashrc index d6079eae813f65e14c18161b5b664b3a0cc6b328..4555bf9e9c02e6425c893dbc0a841e8c56308ba0 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"