mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
Merge c79a258426 into 291e96dcd0
This commit is contained in:
commit
0603b42348
1 changed files with 2 additions and 0 deletions
|
|
@ -76,6 +76,8 @@ if [[ $ZSH_DISABLE_COMPFIX != true ]]; then
|
||||||
else
|
else
|
||||||
compinit -i -d "${ZSH_COMPDUMP}"
|
compinit -i -d "${ZSH_COMPDUMP}"
|
||||||
fi
|
fi
|
||||||
|
# Enable dotfiles completion
|
||||||
|
_comp_options+=(globdots)
|
||||||
|
|
||||||
# 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