Skip to content

Commit

Permalink
Replace TextMate with $EDITOR
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
remi authored and jacknagel committed Nov 3, 2011
1 parent f5d9004 commit 4d2d66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -71,7 +71,7 @@ <h1><a href="./">Homebrew</a></h1>
<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>
Expand Down

0 comments on commit 4d2d66e

Please sign in to comment.