aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/wget.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2022-03-20 07:08:44 +0000
committerLibravatar GitHub <noreply@github.com>2022-03-20 07:08:44 +0000
commit538050b981892cf026db7be57087c3a099bf974d (patch)
tree1230dfef91e8490729a3b3db1c3219d3a5ee6cb7 /etc/profile-m-z/wget.profile
parentwebui-aria2: add nvm support (diff)
downloadfirejail-538050b981892cf026db7be57087c3a099bf974d.tar.gz
firejail-538050b981892cf026db7be57087c3a099bf974d.tar.zst
firejail-538050b981892cf026db7be57087c3a099bf974d.zip
wget: add nvm support comment
Diffstat (limited to 'etc/profile-m-z/wget.profile')
-rw-r--r--etc/profile-m-z/wget.profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/profile-m-z/wget.profile b/etc/profile-m-z/wget.profile
index 4c21d6965..82af30d2a 100644
--- a/etc/profile-m-z/wget.profile
+++ b/etc/profile-m-z/wget.profile
@@ -11,6 +11,10 @@ noblacklist ${HOME}/.netrc
11noblacklist ${HOME}/.wget-hsts 11noblacklist ${HOME}/.wget-hsts
12noblacklist ${HOME}/.wgetrc 12noblacklist ${HOME}/.wgetrc
13 13
14# If you use nvm, add the below lines to your wget.local
15#ignore read-only ${HOME}/.nvm
16#noblacklist ${HOME}/.nvm
17
14blacklist /tmp/.X11-unix 18blacklist /tmp/.X11-unix
15blacklist ${RUNUSER} 19blacklist ${RUNUSER}
16 20