aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2021-10-11 11:04:39 -0400
committerRyan Kavanagh <rak@rak.ac>2021-10-11 11:04:49 -0400
commit95102c25ffc665d3d34e49d3fccfd6e6292352d8 (patch)
treeb08debf279ae0b5765f7bfbc457d48ec4837b464 /.zshrc
parentportable catgirl config (diff)
wttr to Montreal
Diffstat (limited to '')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
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"
}