From 379fbe46b77c84a419a0b438b088e65b76406c73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sun, 11 Nov 2018 18:29:10 +0100 Subject: Add wget configuration --- roles/init/templates/pam_environment.j2 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'roles/init') diff --git a/roles/init/templates/pam_environment.j2 b/roles/init/templates/pam_environment.j2 index 3b8e96e..0eb0f89 100644 --- a/roles/init/templates/pam_environment.j2 +++ b/roles/init/templates/pam_environment.j2 @@ -68,6 +68,9 @@ TMUX_TMPDIR DEFAULT="${XDG_RUNTIME_DIR}" # Zeal DASHT_DOCSETS_DIR DEFAULT="${XDG_DATA_HOME}/Zeal/Zeal/docsets/" +# Wget +WGETRC DEFAULT="${XDG_CONFIG_HOME}/wgetrc" + # node_modules/pm2/paths.js PM2_HOME DEFAULT="${XDG_DATA_HOME}/pm2" PM2_CONF_FILE DEFAULT="${XDG_CONFIG_HOME}/pm2/conf.js" -- cgit v1.2.3