From 95102c25ffc665d3d34e49d3fccfd6e6292352d8 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Mon, 11 Oct 2021 11:04:39 -0400 Subject: wttr to Montreal --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index c5dfa71..6f653f3 100644 --- a/.zshrc +++ b/.zshrc @@ -394,7 +394,7 @@ debian.wiki() { # wttr() { - local request="wttr.in/${1-Pittsburgh}" + local request="wttr.in/${1-Montreal}" [ "$(tput cols)" -lt 125 ] && request+='?n' curl -H "Accept-Language: ${LANG%_*}" --compressed "$request" } -- cgit v1.2.3