Comment the sourcing of module files

This commit is contained in:
Sorin Ionescu 2012-08-27 20:32:50 -04:00
parent 75b894b0cd
commit 23844ca744
2 changed files with 2 additions and 0 deletions

View file

@ -9,6 +9,7 @@
# Load dependencies.
omodload 'editor'
# Source module files.
source "${0:h}/external/zsh-history-substring-search.zsh"
#

View file

@ -10,6 +10,7 @@ if ! zstyle -t ':omz:module:syntax-highlighting' color; then
return 1
fi
# Source module files.
source "${0:h}/external/zsh-syntax-highlighting.zsh"
# Set the highlighters.