... | ... |
@@ -14,6 +14,10 @@ for config_file ($ZSH/custom/*.zsh) source $config_file |
14 | 14 |
plugin=${plugin:=()} |
15 | 15 |
for plugin ($plugins) source $ZSH/plugins/$plugin/$plugin.plugin.zsh |
16 | 16 |
|
17 |
+# Load and run compinit |
|
18 |
+autoload -U compinit |
|
19 |
+compinit -i |
|
20 |
+ |
|
17 | 21 |
# Load the theme |
18 | 22 |
source "$ZSH/themes/$ZSH_THEME.zsh-theme" |
19 | 23 |
|