1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

Revert "Remove redundant bashcompinit calls"

This reverts commit f776af2a1f.

Fixes #9314
This commit is contained in:
Marc Cornellà
2020-10-05 17:20:02 +02:00
parent fbb2b56c7e
commit 6ebf27b8d3
5 changed files with 10 additions and 2 deletions

View File

@@ -99,4 +99,6 @@ alias drvg="drush variable-get"
alias drvs="drush variable-set"
# Enable drush autocomplete support
autoload bashcompinit
bashcompinit
source $(dirname $0)/drush.complete.sh