mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01:00
Merge 357dd75072 into 599831b85a
This commit is contained in:
commit
f87b55d931
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ fi
|
||||||
|
|
||||||
# Load and run compinit
|
# Load and run compinit
|
||||||
autoload -U compinit
|
autoload -U compinit
|
||||||
compinit -i -d "${ZSH_COMPDUMP}"
|
compinit -d "${ZSH_COMPDUMP}"
|
||||||
|
|
||||||
# Load all of the plugins that were defined in ~/.zshrc
|
# Load all of the plugins that were defined in ~/.zshrc
|
||||||
for plugin ($plugins); do
|
for plugin ($plugins); do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue