tutorial, sublime,

Sublime 3 In BUNDLER_EDITOR

Jules Lee Jules Lee Follow Sep 29, 2019 · 1 min read
Sublime 3 In BUNDLER_EDITOR
Share this

First, let’s create a symlink:

ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/sublime

Type this on your terminal.

open -e ~/.bash_profile

Add the following lines and save it.

export EDITOR="sublime -w"
export BUNDLER_EDITOR="sublime"
Jules Lee
Written by Jules Lee
Hi, I am Jules, the author of FlutterGeek. Demystifying complex instructions from the internet.