Skip to content

Instantly share code, notes, and snippets.

@earthmeLon
Created October 8, 2012 20:30
Show Gist options
  • Save earthmeLon/3854788 to your computer and use it in GitHub Desktop.
Save earthmeLon/3854788 to your computer and use it in GitHub Desktop.
.bashrc - Enable Bash Completion (Debian/Ubuntu)
#Add to ~/.bashrc
#Enable Bash Completion
#sudo apt-get install bash-completion
if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
complete -cf sudo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment