feat: Modification completion aws
This commit is contained in:
parent
5d71c2aa96
commit
9e5fcc649e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user