diff --git a/profile.d/tsocks b/profile.d/tsocks index 5a10ee8..b4ef248 100644 --- a/profile.d/tsocks +++ b/profile.d/tsocks @@ -1,6 +1,7 @@ #!/bin/bash # Proxy -if [ -x /usr/bin/tsocks ] then +if [ -x /usr/bin/tsocks ] +then export TSOCKS_CONF_FILE=~/.config/tsocks/tsocks.conf fi