Files
config-bash/profile.d/tsocks
T

7 lines
110 B
Bash

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