dotfiles/.config/fish/conf.d/30-wget.fish

7 lines
143 B
Fish

#!/usr/bin/env fish
set -gx WGETRC "$XDG_CONFIG_HOME/wgetrc"
function wget --wraps wget
wget --hsts-file="$XDG_CACHE_HOME/wget-hsts"
end