diff options
author | Haralan Dobrev <hkdobrev@gmail.com> | 2013-08-04 14:24:22 +0300 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2013-08-08 10:43:21 +0200 |
commit | 1323f99f7ae1e8414717f3b9c11967738cfe8c42 (patch) | |
tree | 19295fe927964552aa6f62e3756f10f63ad42eb7 /bin | |
parent | a563329a36018354f8607aa20f75b5aac241785a (diff) | |
download | dotfiles-1323f99f7ae1e8414717f3b9c11967738cfe8c42.tar.gz dotfiles-1323f99f7ae1e8414717f3b9c11967738cfe8c42.tar.bz2 dotfiles-1323f99f7ae1e8414717f3b9c11967738cfe8c42.zip |
bin: Point `subl` to the default ST3 location
Sublime Text 3 does not use the `/Application/Sublime Text 3.app` folder by default. It uses `/Application/Sublime Text.app`.
Closes #232.
Diffstat (limited to 'bin')
l--------- | bin/subl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1 +1 @@ -/Applications/Sublime Text 3.app/Contents/SharedSupport/bin/subl
\ No newline at end of file +/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl
\ No newline at end of file |