I am trying to add ~/.bin into my path and for that I edited the .bash_profile and added the below line
PATH=$PATH:$HOME/.bin/
and than I logged out/in.
Now when I do echo $PATH I get
/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
and you can see there is no ~/.bin directory added .