Sure. One thing to add to my previous post: I looked up how shells were changed on OS X, and the convenient command is the same as it is for Linux systems: the chsh command. It would be handy to keep this in mind in the future for anyone who runs into issues where the default shell is not what they expect.
The $SHELL variable represents your default shell. So far, the Terminal application will run bash, but bash is not your default.9 I think you'll need to use chsh to change your default.
I don't have any recommendations for tutorials, but searching the web for a tutorial will be a good start. Here's one such result: http://www.ee.surrey.ac.uk/Teaching/Unix/index.html14
Please Open the Bash file and then add according to your mac installation as shown below and then try to use appium doctor for the confirmation.
export ANDROID_HOME=/Users/XXXXX/Library/Android/sdk
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home
export PATH=${PATH}$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools:$JAVA_HOME/bin