From bfc8b82efbaec46e1267a51e19eeba1eeee9c83e Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Wed, 4 Nov 2015 19:07:49 +0000 Subject: [PATCH] Add the 'subl' command to the PATH. --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 6dabaaa..c090a1f 100644 --- a/.bashrc +++ b/.bashrc @@ -87,6 +87,7 @@ SUBLIME3CONFDIR=~/"Library/Application Support/Sublime Text 3/Packages/User" mkdir -p "${SUBLIME3CONFDIR}" ln -fs ~/".sublime3/Preferences.sublime-settings" "${SUBLIME3CONFDIR}/Preferences.sublime-settings" ln -fs ~/".sublime3/Package Control.sublime-settings" "${SUBLIME3CONFDIR}/Package Control.sublime-settings" +ln -fs "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" ~/bin #-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------