diff options
| author | Adam Vandenberg | 2013-06-11 10:27:11 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-11 10:27:11 -0700 |
| commit | b3a29d40b397ccecc40282999b52f54250b629c2 (patch) | |
| tree | 6d6b176881d497336861cc522baf9e0f7efb9d74 /Library | |
| parent | c7481c49d4b209b17a3ad403abdd02df71f6ea88 (diff) | |
| download | homebrew-b3a29d40b397ccecc40282999b52f54250b629c2.tar.bz2 | |
zsh-syntax-highlighting: fix typo in caveats
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/zsh-syntax-highlighting.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/zsh-syntax-highlighting.rb b/Library/Formula/zsh-syntax-highlighting.rb index cbdd10cae..18d4cde50 100644 --- a/Library/Formula/zsh-syntax-highlighting.rb +++ b/Library/Formula/zsh-syntax-highlighting.rb @@ -13,7 +13,7 @@ class ZshSyntaxHighlighting < Formula def caveats <<-EOS.undent - To activate the syntax highlighting, add the following AT THE END of your .zshrc: + To activate the syntax highlighting, add the following at the end of your .zshrc: source #{HOMEBREW_PREFIX}/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh @@ -21,7 +21,7 @@ class ZshSyntaxHighlighting < Formula source ~/.zshrc - Additionnaly, if your receive "highlighters directory not found" error message, + Additionally, if your receive "highlighters directory not found" error message, you may need to add the following to your .zshenv: export ZSH_HIGHLIGHT_HIGHLIGHTERS_DIR=#{HOMEBREW_PREFIX}/share/zsh-syntax-highlighting/highlighters |
