Update .config/fish/conf.d/30-wget.fish

This commit is contained in:
punkfairie 2024-04-21 11:48:00 -07:00
parent 2e5803e08d
commit def3e36dea
No known key found for this signature in database
GPG key ID: D3EDA7AFCA61B350

View file

@ -3,5 +3,5 @@
set -gx WGETRC "$XDG_CONFIG_HOME/wgetrc" set -gx WGETRC "$XDG_CONFIG_HOME/wgetrc"
function wget --wraps wget function wget --wraps wget
wget --hsts-file="$XDG_CACHE_HOME/wget-hsts" wget --hsts-file="$XDG_CACHE_HOME/wget-hsts" $argv
end end