Skip to content

Instantly share code, notes, and snippets.

@sansagara
Created July 24, 2019 19:54
Show Gist options
  • Save sansagara/4c92fdfb4ab87b3e9ecab5dee72aef36 to your computer and use it in GitHub Desktop.
Save sansagara/4c92fdfb4ab87b3e9ecab5dee72aef36 to your computer and use it in GitHub Desktop.
Allow command competition to shell
#!/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