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