config-bash/profile.d/tsocks
Xavier Logerais (Numericable - Ingénierie Système) 4c1fbabdba Modified profile.d/tsocks
2014-02-05 11:44:15 +01:00

7 lines
110 B
Bash

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