Update .config/fish/conf.d/30-wget.fish
This commit is contained in:
parent
fd62e6a982
commit
ed5a3f21cd
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
#!/usr/bin/env fish
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
|
set -Ux WGETRC "$XDG_CONFIG_HOME/wgetrc"
|
||||||
|
|
||||||
if command -v wget &>/dev/null
|
if command -v wget &>/dev/null
|
||||||
set -gx WGETRC "$XDG_CONFIG_HOME/wgetrc"
|
|
||||||
|
|
||||||
function wget --wraps wget
|
function wget --wraps wget
|
||||||
command wget --hsts-file="$XDG_CACHE_HOME/wget-hsts" $argv
|
command wget --hsts-file="$XDG_CACHE_HOME/wget-hsts" $argv
|
||||||
|
|
Loading…
Reference in a new issue