|
@@ -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
|