diff --git a/dot_config/fish/conf.d/30-wget.fish b/dot_config/fish/conf.d/30-wget.fish index d8fea85..ebf8342 100644 --- a/dot_config/fish/conf.d/30-wget.fish +++ b/dot_config/fish/conf.d/30-wget.fish @@ -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