[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)
|
||||
if [[ "$OSTYPE" == darwin* ]]; then
|
||||
export BROWSER='open'
|
||||
else
|
||||
if (( $+commands[xdg-open] )); then
|
||||
export BROWSER='xdg-open'
|
||||
fi
|
||||
fi
|
||||
|
||||
# Less
|
||||
|
|
Loading…
Reference in a new issue