aboutsummaryrefslogtreecommitdiff
path: root/sh/profile.d/browser.sh
blob: 9d5919ebcc4e8dc9aa6fc5221c8ed18837836c51 (plain) (blame)
1
2
3
4
5
6
7
8
# Browser
if [ -n "$DISPLAY" ] ; then
    BROWSER=firefox
else
    BROWSER=lynx
fi
export BROWSER