mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-11 22:02:31 +01:00
Removed unnecessary 'zsh-' prefix.
This commit is contained in:
parent
0999ab05ba
commit
41e84a0d9f
7 changed files with 10 additions and 10 deletions
|
|
@ -10,7 +10,7 @@ zsh-syntax-highlighting  plugins directory:
|
||||
|
||||
cd ~/.oh-my-zsh/plugins/
|
||||
git clone git://github.com/nicoulaj/zsh-syntax-highlighting.git
|
||||
git clone git://github.com/nicoulaj/zsh-syntax-highlighting.git syntax-highlighting
|
||||
|
||||
* Activate the plugin in `~/.zshrc` (in **last** position):
|
||||
|
||||
plugins=( [plugins...] zsh-syntax-highlighting)
|
||||
plugins=( [plugins...] syntax-highlighting)
|
||||
|
||||
* Source `~/.zshrc` to take changes into account:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue