feat: Modification completion aws

This commit is contained in:
Xavier Logerais 2024-07-29 08:18:56 +00:00
parent 5d71c2aa96
commit 9e5fcc649e

View File

@ -1,6 +1,5 @@
#!/bin/bash #!/bin/bash
if ( which aws && which aws_completer ) &> /dev/null if (command -v aws && command -v aws_completer) &>/dev/null; then
then
complete -C aws_completer aws complete -C aws_completer aws
fi fi