punkfairie
61e4934c86
Update .config/fish/conf.d/30-go.fish Update .config/fish/conf.d/30-java.fish Update .config/fish/conf.d/30-nvidia.fish Update .config/fish/conf.d/30-python.fish Update .config/fish/conf.d/30-wget.fish
10 lines
205 B
Fish
10 lines
205 B
Fish
#!/usr/bin/env fish
|
|
|
|
set -gx WGETRC "$XDG_CONFIG_HOME/wgetrc"
|
|
|
|
if command -v wget &>/dev/null
|
|
|
|
function wget --wraps wget
|
|
command wget --hsts-file="$XDG_CACHE_HOME/wget-hsts" $argv
|
|
end
|
|
end
|