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

8 lines
152 B
Fish
Raw Normal View History

2024-04-14 18:41:15 -07:00
#!/usr/bin/env fish
set -gx WGETRC "$XDG_CONFIG_HOME/wgetrc"
#function wget --wraps wget
# wget --hsts-file="$XDG_CACHE_HOME/wget-hsts" $argv
#end