I want to set the environment variable I added below the line to ~/.bash_profile and ~/.profile but it didn\'t work.
~/.bash_profile
~/.profile
export JBOSS_H
You can create a simbolic link and keep your .bash_profile file with this:
ln -s .bash_profile .zsh_profile source .zsh_profile
Any changes in .bash_profile will be reflected in .zsh_profile