Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
Julien Nicoulaud a2f022c70f Fix vim header vor 13 Jahren
README.md Issue 7: Add instructions for using with oh-my-zsh vor 13 Jahren
zsh-syntax-highlighting.zsh Fix vim header vor 13 Jahren

README.md

zsh-syntax-highlighting

An attempt at providing Fish shell like syntax highlighting for Zsh.

Usage

From your ~/.zshrc

Download the script or clone this repository:

git clone git://github.com/nicoulaj/zsh-syntax-highlighting.git

Update your ~/.zshrc so that the script is sourced:

source /path/to/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh

Re-open your terminal, or just reload it to take changes into account:

source ~/.zshrc

With oh-my-zsh

Download the script or clone this repository as a oh-my-zsh plugin:

cd ~/.oh-my-zsh/plugins/
git clone git://github.com/nicoulaj/zsh-syntax-highlighting.git
cd zsh-syntax-highlighting
ln -s zsh-syntax-highlighting.zsh zsh-syntax-highlighting.plugin.zsh

Update your ~/.zshrc so that the script is sourced:

plugins=(zsh-syntax-highlighting)

Re-open your terminal, or just reload it to take changes into account:

source ~/.zshrc

References

Authors / Greetings