diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-10-11 11:04:39 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-10-11 11:04:49 -0400 |
commit | 95102c25ffc665d3d34e49d3fccfd6e6292352d8 (patch) | |
tree | b08debf279ae0b5765f7bfbc457d48ec4837b464 /.zshrc | |
parent | portable catgirl config (diff) |
wttr to Montreal
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" } |