[Fix #79] Only set $BROWSER on Mac OS X
This commit is contained in:
parent
9fc437439b
commit
afca9425b9
|
@ -84,10 +84,6 @@ fi
|
||||||
# Browser (Default)
|
# Browser (Default)
|
||||||
if [[ "$OSTYPE" == darwin* ]]; then
|
if [[ "$OSTYPE" == darwin* ]]; then
|
||||||
export BROWSER='open'
|
export BROWSER='open'
|
||||||
else
|
|
||||||
if (( $+commands[xdg-open] )); then
|
|
||||||
export BROWSER='xdg-open'
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Less
|
# Less
|
||||||
|
|
Loading…
Reference in a new issue