Add support for oh-my-zsh by sorin-ionescu

This commit is contained in:
Jonathan Dahan 2012-01-25 15:34:29 -05:00
parent bb0d575942
commit f95fc550e8
2 changed files with 17 additions and 1 deletions

View File

@ -44,6 +44,21 @@ How to install
source ~/.zshrc 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 How to tweak
------------ ------------

1
init.zsh Symbolic link
View File

@ -0,0 +1 @@
zsh-syntax-highlighting.zsh