punkfairie
b7e75069f4
Update .config/fish/conf.d/30-ruby.fish Update .config/fish/conf.d/30-wget.fish Update .config/packages/archgirlie
9 lines
204 B
Fish
9 lines
204 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
|