diff --git a/.bashrc b/.bashrc index b923646..00b5091 100644 --- a/.bashrc +++ b/.bashrc @@ -64,6 +64,9 @@ cd() { fi } +rain() { +curl -4 http://wttr.in/$1 +} # Logbook # Idea taken from: https://news.ycombinator.com/item?id=17064520