标签:http io os ar sp on art bs ef
之前在Ubuntu中装上sublime后可以非常方便的在Terminal下直接运行subl就启动编辑器了;最近公司突然全换成Mac电脑,装上sublime却不能在Terminal下启动它。
How launch Sublime Text from the Mac OS X Terminal:
sudo ln -s /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl /usr/local/bin/subl
具体见:
https://gist.github.com/artero/1236170
标签:http io os ar sp on art bs ef
原文地址:http://my.oschina.net/deanzhao/blog/338418