zsh-syntax-highlighting: fix typo in caveats
This commit is contained in:
parent
cddb186fdb
commit
7d1986d8aa
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue