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