Compare commits
2 Commits
af4807ed97
...
9e5fcc649e
Author | SHA1 | Date | |
---|---|---|---|
|
9e5fcc649e | ||
|
5d71c2aa96 |
@ -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
|
||||
|
5
completion.d/glab
Normal file
5
completion.d/glab
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
if (command -v glab &>/dev/null); then
|
||||
source <(glab completion)
|
||||
fi
|
Loading…
Reference in New Issue
Block a user