Estoy tratando de hacer que Sublime Text funcione con Git siguiendo los siguientes tutoriales http://www.sublimetext.com/docs/3/osx_command_line.html y https://help.github.com/articles/associating-text-editors-with-git#using-sublime-text-as-your-editor
He creado un directorio bin con mkdir ~/bin
y ejecuté la línea ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" ~/bin/subl
luego intenté el comando subl --help
pero obtengo el siguiente error
-bash: subl: comando no encontrado
Si voy a mi Finder puedo ver subl en la carpeta bin en mi nombre de usuario. ¿Qué estoy haciendo mal?