mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-10-14 07:49:09 +00:00
[#23] Convert completion into a module
This commit is contained in:
2
init.zsh
2
init.zsh
@@ -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"
|
||||
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
|
||||
|
Reference in New Issue
Block a user