From f130048255d20e100eb084800518d473c51f9700 Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Sun, 21 Apr 2024 11:51:17 -0700 Subject: [PATCH] Update .config/fish/conf.d/30-wget.fish --- dot_config/fish/conf.d/30-wget.fish | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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