Compare commits

..

No commits in common. "9e5fcc649e30a8d2d0188bb1ff6901e72e121f77" and "af4807ed971484b036407a2ce585d31ee72f22e4" have entirely different histories.

2 changed files with 2 additions and 6 deletions

View File

@ -1,5 +1,6 @@
#!/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
fi

View File

@ -1,5 +0,0 @@
#!/bin/bash
if (command -v glab &>/dev/null); then
source <(glab completion)
fi