From Birnam Designs Wiki
For a system-wide extension to $PATH:
sudo vim /etc/bash.bashrc
and then inside bash.bashrc:
export PATH=${PATH}:/new/path/path-1.0:/different/folder-2.1
The initial ${PATH} allows you to extend the existing $PATH without overwriting anything there already.