To add a folder to the Terminal path, execute the following command:

$ export PATH="$HOME/folder:$PATH"

Reference