summaryrefslogtreecommitdiff
path: root/data/profile.d/terminal.sh
blob: df0ca9546493a8d6df0b9e2f1898aa03b1b0dcee (plain)
1
2
3
if [[ $TERM = network || -z $TERM ]]; then
    export TERM=linux
fi