Add /usr/local/Cellar/zebra/2.0.59/share/idzebra-2.0/tab to the
profilePath. (Thank heavens it's a path, not just a location!)
Allows Zebra to run on a Mac when installed using the "brew" packaging
system.
# Where to look for config files
-#profilePath: .:/usr/local/share/idzebra-2.0/tab:/usr/share/idzebra-2.0/tab
-profilePath: .:/usr/share/idzebra-2.0/tab:/opt/local/share/idzebra-2.0/tab
+profilePath: .:/usr/share/idzebra-2.0/tab:/opt/local/share/idzebra-2.0/tab:/usr/local/Cellar/zebra/2.0.59/share/idzebra-2.0/tab
# Where to look for loadable zebra modules. Both these path components
# are necessary, since the former is used when installed from a Debian