From a96ad157ea9216f14bb99ab8671744326570b0af Mon Sep 17 00:00:00 2001 From: Chauncey Garrett Date: Mon, 14 Apr 2014 01:40:38 -0500 Subject: [PATCH] Beginnings of a weather module [ticket: X] --- modules/weather/aliases.zsh | 1 + 1 file changed, 1 insertion(+) create mode 100644 modules/weather/aliases.zsh diff --git a/modules/weather/aliases.zsh b/modules/weather/aliases.zsh new file mode 100644 index 00000000..a9bb4233 --- /dev/null +++ b/modules/weather/aliases.zsh @@ -0,0 +1 @@ +alias nino=$(nino $WEATHER_WUNDERGROUND_API $WEATHER_ZIP)