mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Revert "Remove redundant bashcompinit calls"
This reverts commit f776af2a1f.
Fixes #9314
This commit is contained in:
parent
fbb2b56c7e
commit
6ebf27b8d3
5 changed files with 10 additions and 2 deletions
|
|
@ -64,6 +64,7 @@ fi
|
|||
|
||||
# AWS CLI v2 comes with its own autocompletion. Check if that is there, otherwise fall back
|
||||
if command -v aws_completer &> /dev/null; then
|
||||
autoload -Uz bashcompinit && bashcompinit
|
||||
complete -C aws_completer aws
|
||||
else
|
||||
function _awscli-homebrew-installed() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue