Update .config/fish/conf.d/30-wget.fish
This commit is contained in:
parent
def3e36dea
commit
f130048255
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue