Added syntax highlighting to zsh
This commit is contained in:
parent
4396a202a1
commit
686367570f
3 changed files with 6 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
||||||
|
|
1
zsh/syntax-highlighting
Submodule
1
zsh/syntax-highlighting
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit ea792cbf87248c81fe8b3551f6b362832495815e
|
2
zshrc
2
zshrc
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue