This repository hold aliases and bash functions/helpers that I use on a daily basis as shortcuts to boost my productivity and avoid typing repetitive commands.
Git Completion & Git Prompt: https://github.com/git/git/tree/master/contrib/completion
Make sure your ~/.bashrc (~/.profile on Mac) includes the files with something like:
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi
if [ -f ~/.bash_functions ]; then
. ~/.bash_functions
fi
Feel free to contribute.
Find more cool stuf like this and/or get in touch at http://thedeveloperworldisyours.com/