Hello,
Depending on the shell you are running (probably bash) you set the path in your .bash_profile file. The file is in your home directory and you can add to the entries there:
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH