remove verbose for wttr.in

master
lub 2 years ago
parent 38f93f29ff
commit 3a150061f0

@ -45,7 +45,7 @@ function wcat {
cat "$(which -- "$1")"
}
function wttr {
curl -v "https://wttr.in/$1"
curl "https://wttr.in/$1"
}
# workaround for missing alacritty terminfo on remote terminals

Loading…
Cancel
Save