From 2243fb2f5bb0afb531f02b7d8aa75f6c6b3cbcc6 Mon Sep 17 00:00:00 2001 From: KeeganForelight Date: Thu, 12 Jan 2023 19:46:55 -0500 Subject: [PATCH] fixed pre-installer --- bin/pre-install.sh | 2 ++ bin/weather/.weather | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/pre-install.sh b/bin/pre-install.sh index 787cb4e..2153317 100755 --- a/bin/pre-install.sh +++ b/bin/pre-install.sh @@ -1,5 +1,6 @@ [ -d vim ] || mkdir -p vim/colors [ -d tmux ] || mkdir -p tmux/plugins + OMZDIR="$HOME/.oh-my-zsh" if [ ! -d "$OMZDIR" ]; then echo "Installing oh-my-zsh" @@ -15,3 +16,4 @@ else echo "zsh already enabled" fi + diff --git a/bin/weather/.weather b/bin/weather/.weather index 0969f8e..3e630d4 100644 --- a/bin/weather/.weather +++ b/bin/weather/.weather @@ -6,4 +6,4 @@ ZONE=https://api.weather.gov/zones/forecast/MAZ014 CITY=Cambridge STATE=MA TOD=night -EXPIRATION=1673570805 +EXPIRATION=1673570865