3 lines
97 B
Bash
3 lines
97 B
Bash
if command -v aws_completer &> /dev/null; then
|
|
complete -C "$(command -v aws_completer)" aws
|
|
fi
|