I'm trying to get Sublime Text 2's command line alias working.
The instructions make perfect sense: Run
ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" ~/bin/subl
So, in ~/bin, subl exists. However, even when I restart terminal, the command 'subl' is not found. The path specified to the application's subl file is correct, I've verified that. Logging out does not fix it.
Any help would be awesome!
~/bin/sublto your$PATH? – Nifle Oct 26 '11 at 15:52.bash_profileand.bashrcor only the former? Are there other occurrences ofPATHin either of these files (or wherever that ruby stuff is set)? Does~/bin/sublhave the executable flag set? – Daniel Beck Oct 26 '11 at 16:42