aboutsummaryrefslogtreecommitdiff
path: root/wget/profile.d/wget.sh
blob: 884f19edb7490e56b5ca1325306205a7b2d6077b (plain) (blame)
1
2
3
4
5
# Set path to wgetrc file in XDG dirs.  There's no mention of this environment
# variable in the man page!  I had to check the source.
#
WGETRC=${XDG_CONFIG_HOME:-$HOME/.config}/wget/wgetrc
export WGETRC