bin is a traditional Unix/Linux folder that contains executables.
Our own bin folder is at /home, of course, and contains our scripts such as doi2bib, uniqname, etc.
The directory is declared in bashrc by adding the line:
export PATH=/home/$USER/bin:$PATH
One can source ~/.bashrc from the terminal with
. ~/.bashrc