[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
1 changed files with 0 additions and 4 deletions

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