mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02:00
Remove retry and make max time lower because it is interactive
This commit is contained in:
parent
236b082078
commit
fc1cd24557
@ -20,7 +20,7 @@ se() {
|
||||
|
||||
weath() {
|
||||
[ -z "$1" ] && less -S ${XDG_CACHE_HOME:-$HOME/.cache}/weatherreport ||
|
||||
curl --retry 5 -sm 10 "${WTTRURL:-wttr.in}/$1" | less -S
|
||||
curl -sm 5 "${WTTRURL:-wttr.in}/$1" | less -S
|
||||
;}
|
||||
|
||||
# Verbosity and settings that you pretty much just always are going to want.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user