Creating new bash command for Sublime Text 2
        Posted  
        
            by 
                Gavin
            
        on Super User
        
        See other posts from Super User
        
            or by Gavin
        
        
        
        Published on 2011-10-26T15:29:24Z
        Indexed on 
            2012/06/01
            10:43 UTC
        
        
        Read the original article
        Hit count: 409
        
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!
© Super User or respective owner