File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 # indent needed
1313 # XDG Paths
1414 - ${XDG_CONFIG_HOME}
15+ - ${XDG_CONFIG_HOME}/wget
1516 - ${XDG_CACHE_HOME}
17+ - ${XDG_CACHE_HOME}/wget
1618 - ${XDG_DATA_HOME}
1719 - ${XDG_DATA_HOME}/zsh
1820 - ${XDG_DATA_HOME}/vim
5961 ${XDG_CONFIG_HOME}/ruby/pryrc : ruby/pryrc
6062 # npm
6163 ${XDG_CONFIG_HOME}/npm/config : npm/config
64+ # wget
65+ ${XDG_CONFIG_HOME}/wget/wgetrc : wget/wgetrc
Original file line number Diff line number Diff line change 1+ # wget configuration
2+ # Move HSTS database to XDG cache directory
3+ hsts-file = ~/.local/cache/wget/wget-hsts
4+
5+ # Default download settings
6+ timeout = 60
7+ tries = 3
8+
9+ # Progress bar
10+ progress = bar
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ export IRBRC="$XDG_CONFIG_HOME/ruby/irbrc"
2222export BUNDLE_USER_CONFIG=" $XDG_CONFIG_HOME " /bundle
2323export BUNDLE_USER_CACHE=" $XDG_CACHE_HOME " /bundle
2424export BUNDLE_USER_PLUGIN=" $XDG_DATA_HOME " /bundle
25+ export WGETRC=" $XDG_CONFIG_HOME /wget/wgetrc"
2526
2627# autocompletion info:
2728# https://github.com/dbrgn/tealdeer/blob/main/docs/src/installing.md#autocompletion
You can’t perform that action at this time.
0 commit comments