Estoy intentando que el texto sublime funcione con Git en los siguientes tutoriales enlace y enlace
Creé un directorio bin con mkdir ~/bin
y ejecuté la línea ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" ~/bin/subl
. Luego, probé el comando subl --help
pero obtuve el siguiente error
-bash: subl: command not found
Si voy a mi Finder puedo ver subl en la carpeta bin con mi nombre de usuario. ¿Qué estoy haciendo mal?