]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - programs/wget.json
Add zsh_sessions entry to zsh (#394)
[xdg-ninja.git] / programs / wget.json
1 {
2 "files": [
3 {
4 "path": "$HOME/.wget-hsts",
5 "movable": true,
6 "help": "Alias wget to use a custom hsts cache file location:\n\n```bash\nalias wget=wget --hsts-file=\"$XDG_DATA_HOME/wget-hsts\"\n```\n"
7 },
8 {
9 "path": "$HOME/.wgetrc",
10 "movable": true,
11 "help": "Export the following environment variables:\n\n```bash\nexport WGETRC=\"$XDG_CONFIG_HOME/wgetrc\"\n```\n"
12 }
13 ],
14 "name": "wget"
15 }