Created
July 24, 2019 19:54
-
-
Save sansagara/4c92fdfb4ab87b3e9ecab5dee72aef36 to your computer and use it in GitHub Desktop.
Allow command competition to shell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
echo "complete -C aws_completer aws" >> ~/.bash_profile | |
source ~/.bash_profile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment