diff options
| author | Rémi Prévost | 2011-10-30 07:28:16 -0400 |
|---|---|---|
| committer | Jack Nagel | 2011-11-02 19:21:05 -0500 |
| commit | 4d2d66ef7fa705590abc0e40a7a30ede0aec40a2 (patch) | |
| tree | 125d09a70da4744c39d249017db1bcf1a30a9b1a /index.html | |
| parent | f5d9004ce8d6200bc1ee543fcc6226a906de6ca1 (diff) | |
| download | homebrew-4d2d66ef7fa705590abc0e40a7a30ede0aec40a2.tar.bz2 | |
Replace TextMate with $EDITOR
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html index 3c50cbaec..ab03714dc 100644 --- a/index.html +++ b/index.html @@ -71,7 +71,7 @@ Created /usr/local/Library/Formula/foo.rb</code></pre> <p>Homebrew has a Git foundation, so enjoy version control on your brewing customizations and easily merge upstream updates. </p> </div> <div class="col-2"> - <pre><code><span style="color: #e3d796;">$</span> brew edit wget <span style="color: #666;"># opens in TextMate!</span></code></pre> + <pre><code><span style="color: #e3d796;">$</span> brew edit wget <span style="color: #666;"># opens in $EDITOR!</span></code></pre> </div> </div> </li> |
