aboutsummaryrefslogblamecommitdiff
path: root/sh/profile.d/browser.sh
blob: 094d2095d5e6807088bf9e1dcfdbdc3ef714b66c (plain) (tree)
1
2
3
4
5
6
7
8
         
                          





                     
# Browser
if [ -n "$DISPLAY" ]; then
    BROWSER='firefox'
else
    BROWSER='lynx'
fi
export BROWSER