Skip to content

Instantly share code, notes, and snippets.

@mitomex
Last active December 19, 2015 14:19
Show Gist options
  • Save mitomex/5968075 to your computer and use it in GitHub Desktop.
Save mitomex/5968075 to your computer and use it in GitHub Desktop.
Sublime Text 2 を Terminal から使う時の設定

Sublime Text 2

Terminal で subl コマンドを使えるようにするには。

ln -s /Applications/Sublime\ Text\ 2.app/Contents/SharedSupport/bin/subl /usr/local/bin/subl

注意事項

.bash_profile で PATH に追加が必要。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment