mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-10 04:26:17 +02:00
Include dotfiles in TAB completion
This commit is contained in:
parent
57c2ac1e60
commit
c79a258426
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