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

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

View file

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