From 905026aca85e71f0238eb18bdf1032f1523d4458 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 19 Jan 2018 08:18:58 -0500 Subject: [PATCH] subl Signed-off-by: Kenneth Reitz --- source/editor.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/editor.rst b/source/editor.rst index 1cb14aa..20c3088 100644 --- a/source/editor.rst +++ b/source/editor.rst @@ -60,7 +60,11 @@ Sublime Text 3 Tricks Once installed, the command–line ``subl`` launcher will allow you to easily open up projects from your terminal (e.g. ``$ subl .``). In addition, it also will inform plugins like Anaconda of which Python interpreter to use, based on the currently activated virtual environment. -Here's `some short documentation `_ on how to enable ``subl`` in your environment, if you're on a mac. +To enable this shortcut, if you're on a Mac, do the following: + + $ ln -s "/Applications/Sublime Text 3.app/Contents/SharedSupport/bin/subl" /usr/local/bin/subl + +Then, the ``subl`` command will be available to you, always. Rulers //////