File size: 313 Bytes
99dbd7f 314a7d3 99dbd7f 314a7d3 99dbd7f |
1 2 3 4 5 6 7 8 9 10 11 |
# Set the encoding for SSH since ssh can't inherit the ENV
export LC_ALL=C.UTF-8
export LANG=C.UTF-8
# Set HOME
export HOME="/teamspace/studios/this_studio"
# >>> lightning managed. do not modify >>>
[ -f /settings/.lightningrc ] && source /settings/.lightningrc bash
# <<< lightning managed. do not modify <<<
|