|
|
|
@ -26,7 +26,6 @@ zstyle -a ':omz:load' omodule 'omodules'
@@ -26,7 +26,6 @@ zstyle -a ':omz:load' omodule 'omodules'
|
|
|
|
|
fpath=( |
|
|
|
|
${0:h}/themes/*(/FN) |
|
|
|
|
${omodules:+${0:h}/modules/${^omodules}/{functions,completions}(/FN)} |
|
|
|
|
${0:h}/{functions,completions}(/FN) |
|
|
|
|
$fpath |
|
|
|
|
) |
|
|
|
|
|
|
|
|
@ -52,7 +51,6 @@ source "${0:h}/helper.zsh"
@@ -52,7 +51,6 @@ source "${0:h}/helper.zsh"
|
|
|
|
|
source "${0:h}/environment.zsh" |
|
|
|
|
source "${0:h}/terminal.zsh" |
|
|
|
|
source "${0:h}/editor.zsh" |
|
|
|
|
source "${0:h}/completion.zsh" |
|
|
|
|
|
|
|
|
|
# Source modules defined in ~/.zshrc. |
|
|
|
|
for omodule in "$omodules[@]"; do |
|
|
|
|