A project to collect useful bash aliases and functions.
You can pull requests if you hava any useful aliases or functions to make things easy.
Just put the .bash_aliases file in your home directory and make sure that you enable alias in you .bahsrc whitch the command looks like
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi