Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
17428f3c
Commit
17428f3c
authored
Feb 11, 2020
by
Marc Cornellà
Browse files
lib: load bash completion functions automatically
Fixes #8614
parent
561e7169
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/completion.zsh
View file @
17428f3c
...
@@ -71,3 +71,6 @@ if [[ $COMPLETION_WAITING_DOTS = true ]]; then
...
@@ -71,3 +71,6 @@ if [[ $COMPLETION_WAITING_DOTS = true ]]; then
zle
-N
expand-or-complete-with-dots
zle
-N
expand-or-complete-with-dots
bindkey
"^I"
expand-or-complete-with-dots
bindkey
"^I"
expand-or-complete-with-dots
fi
fi
# automatically load bash completion functions
autoload
-Uz
bashcompinit
&&
bashcompinit
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment