From 3a150061f0a39ead8ee14490b3a17aa2db60cc10 Mon Sep 17 00:00:00 2001 From: lub Date: Mon, 10 Oct 2022 13:56:14 +0200 Subject: [PATCH] remove verbose for wttr.in --- dotfiles/bash/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/bash/.bashrc b/dotfiles/bash/.bashrc index adf0a45..ef91f72 100644 --- a/dotfiles/bash/.bashrc +++ b/dotfiles/bash/.bashrc @@ -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