Compare commits
No commits in common. "9e5fcc649e30a8d2d0188bb1ff6901e72e121f77" and "af4807ed971484b036407a2ce585d31ee72f22e4" have entirely different histories.
9e5fcc649e
...
af4807ed97
@ -1,5 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if (command -v aws && command -v aws_completer) &>/dev/null; then
|
if ( which aws && which aws_completer ) &> /dev/null
|
||||||
|
then
|
||||||
complete -C aws_completer aws
|
complete -C aws_completer aws
|
||||||
fi
|
fi
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
if (command -v glab &>/dev/null); then
|
|
||||||
source <(glab completion)
|
|
||||||
fi
|
|
Loading…
Reference in New Issue
Block a user