Browse Source

Comment the sourcing of module files

master
Sorin Ionescu 12 years ago
parent
commit
23844ca744
  1. 1
      modules/history-substring-search/init.zsh
  2. 1
      modules/syntax-highlighting/init.zsh

1
modules/history-substring-search/init.zsh

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

1
modules/syntax-highlighting/init.zsh

@ -10,6 +10,7 @@ if ! zstyle -t ':omz:module:syntax-highlighting' color; then @@ -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.

Loading…
Cancel
Save