mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01: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
|
||||
compinit -i -d "${ZSH_COMPDUMP}"
|
||||
fi
|
||||
# Enable dotfiles completion
|
||||
_comp_options+=(globdots)
|
||||
|
||||
# Load all of the plugins that were defined in ~/.zshrc
|
||||
for plugin ($plugins); do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue