[Fix #79] Only set $BROWSER on Mac OS X

This commit is contained in:
Sorin Ionescu 2012-03-31 14:47:25 -04:00
parent 9fc437439b
commit afca9425b9

View file

@ -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