Commit 0351c924 authored by Murukesh Mohanan's avatar Murukesh Mohanan

switch to fast-syntax-highlighting, track submodule branches

parent f9c2ec39
[submodule ".vim"]
path = .vim
url = https://git.cse.iitb.ac.in/murukesh/vimrc.git
branch = master
[submodule ".zsh/zsh-syntax-highlighting"]
path = .zsh/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
branch = master
[submodule ".zsh/fast-syntax-highlighting"]
path = .zsh/fast-syntax-highlighting
url = https://github.com/zdharma/fast-syntax-highlighting.git
branch = master
Subproject commit 7d6524e6fbdfa6c3bdd5cf840f6aac0bd39f514d
......@@ -175,7 +175,9 @@ autoload -U edit-command-line
zle -N edit-command-line
bindkey -M vicmd v edit-command-line
[[ -f $HOME/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ]] &&
. "$HOME/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"
[[ -f $HOME/.conflocal/$CONFLOCAL/.zshrc ]] &&
. "$HOME/.conflocal/$CONFLOCAL/.zshrc"
# [[ -f ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ]] &&
# . ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
[[ -f ~/.zsh/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh ]] &&
. ~/.zsh/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh
[[ -f ~/.conflocal/$CONFLOCAL/.zshrc ]] &&
. ~/.conflocal/$CONFLOCAL/.zshrc
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment