Added syntax highlighting to zsh

This commit is contained in:
Tom Willemsen 2011-01-11 13:39:45 +01:00
parent 4396a202a1
commit 686367570f
3 changed files with 6 additions and 0 deletions

3
.gitmodules vendored
View file

@ -1,3 +1,6 @@
[submodule "config/awesome/vicious"] [submodule "config/awesome/vicious"]
path = config/awesome/vicious path = config/awesome/vicious
url = http://git.sysphere.org/vicious/ url = http://git.sysphere.org/vicious/
[submodule "zsh/syntax-highlighting"]
path = zsh/syntax-highlighting
url = git://github.com/nicoulaj/zsh-syntax-highlighting.git

@ -0,0 +1 @@
Subproject commit ea792cbf87248c81fe8b3551f6b362832495815e

2
zshrc
View file

@ -79,3 +79,5 @@ bindkey "\e0F" end-of-line
## for freebsd console ## for freebsd console
bindkey "\e[H" beginning-of-line bindkey "\e[H" beginning-of-line
bindkey "\e[F" end-of-line bindkey "\e[F" end-of-line
source ~/.zsh/syntax-highlighting/zsh-syntax-highlighting.zsh