dots/home/private_dot_config/private_fish/functions/wget.fish

4 lines
183 B
Fish

function wget --description 'alias wget wget --hsts-file=/home/grassblock/.local/share/wget-hsts'
command wget --hsts-file=/home/grassblock/.local/share/wget-hsts $argv
end