feat: Modification completion aws
This commit is contained in:
parent
5d71c2aa96
commit
9e5fcc649e
@ -1,6 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
if ( which aws && which aws_completer ) &> /dev/null
|
||||
then
|
||||
if (command -v aws && command -v aws_completer) &>/dev/null; then
|
||||
complete -C aws_completer aws
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user