Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save riteshgurung/ce0a51f36a830a9e63d4f884f576b350 to your computer and use it in GitHub Desktop.
Save riteshgurung/ce0a51f36a830a9e63d4f884f576b350 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
rpm -ivh 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