mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
Merge f95fc550e8 into bb0d575942
This commit is contained in:
commit
fd549ffa4e
2 changed files with 17 additions and 1 deletions
15
README.md
15
README.md
|
|
@ -44,6 +44,21 @@ How to install
|
|||
|
||||
source ~/.zshrc
|
||||
|
||||
### With sorin-ionescu's simplified oh-my-zsh
|
||||
|
||||
* Download the script or clone this repository in [sorin's oh-my-zsh](http://github.com/sorin-ionescu/oh-my-zsh) plugins directory:
|
||||
|
||||
cd ~/.oh-my-zsh/custom/plugins
|
||||
git clone git://github.com/zsh-users/zsh-syntax-highlighting.git
|
||||
|
||||
* Activate the plugin in `~/.zshrc` (in **last** position):
|
||||
|
||||
zstyle ':omz:load' plugin [plugins...] 'zsh-syntax-highlighting'
|
||||
|
||||
* Source `~/.zshrc` to take changes into account:
|
||||
|
||||
source ~/.zshrc
|
||||
|
||||
|
||||
How to tweak
|
||||
------------
|
||||
|
|
|
|||
1
init.zsh
Symbolic link
1
init.zsh
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
zsh-syntax-highlighting.zsh
|
||||
Loading…
Add table
Add a link
Reference in a new issue