Skip to content

Instantly share code, notes, and snippets.

@lourenzo
Created August 23, 2017 08:24
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/462f3b3f38fd8f27eca14a5edf80d9ff to your computer and use it in GitHub Desktop.
Save lourenzo/462f3b3f38fd8f27eca14a5edf80d9ff to your computer and use it in GitHub Desktop.
Amazon Linux enable bash_completion and sudo vi colors
# file: /root/.bashrc
alias vi='vim'
# file: /etc/bashrc
source /etc/bash_completion
# Install bash_completion
sudo yum install bash-completion --enablerepo=epel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment