aboutsummaryrefslogtreecommitdiff
path: root/.env
blob: 8e39ca9f590220ca31949720f4d47692c0e19ff4 (plain)
1
2
3
4
5
6
7
export BROWSER='firefox --new-tab'

TERMINAL=xterm
if [[ $TERM =~ 'st' ]]; then
    TERMINAL=st
fi
export TERMINAL=$TERMINAL