Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lourenzo/d8c757ae45e3395b46eefe3987a8213b to your computer and use it in GitHub Desktop.
Save lourenzo/d8c757ae45e3395b46eefe3987a8213b to your computer and use it in GitHub Desktop.
Install bash-completion on Amazon Linux
# Install bash-completion on Amazon Linux
wget http://www.caliban.org/files/redhat/RPMS/noarch/bash-completion-20060301-1.noarch.rpm
sudo rpm -ivh bash-completion-20060301-1.noarch.rpm
rm bash-completion-20060301-1.noarch.rpm
. /etc/bash_completion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment