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

Remove redundant bashcompinit calls

Fixes #9246
This commit is contained in:
Marc Cornellà
2020-09-30 19:00:51 +02:00
parent a8828aad87
commit f776af2a1f
5 changed files with 2 additions and 10 deletions

View File

@@ -138,7 +138,6 @@ alias wpwm='wp widget move'
alias wpwu='wp widget update'
autoload -U +X bashcompinit && bashcompinit
# bash completion for the `wp` command
_wp_complete() {