Linux add executable to path

linux add executable to path

# adds /home/$USER/bin folder to the path 
export PATH="/home/$USER/bin:$PATH"