config-bash/profile.d/tsocks
Xavier Logerais (Numericable - Ingénierie Système) ed48c1a167 Fix syntax
2014-02-05 22:03:32 +01:00

8 lines
110 B
Bash

#!/bin/bash
# Proxy
if [ -x /usr/bin/tsocks ]
then
export TSOCKS_CONF_FILE=~/.config/tsocks/tsocks.conf
fi