config-bash/profile.d/tsocks

8 lines
110 B
Plaintext
Raw Normal View History

2013-04-24 16:58:31 +02:00
#!/bin/bash
# Proxy
2014-02-05 22:03:32 +01:00
if [ -x /usr/bin/tsocks ]
then
2014-02-05 11:44:15 +01:00
export TSOCKS_CONF_FILE=~/.config/tsocks/tsocks.conf
fi