My Awesome Shell/Bash scripts
Just open a script of your choice and copy the main content onto your bash profile.
On Mac OS, it is typically called the ~/.bash_profile.
On Linux systems, it is the ~/.bashrc.
Performs a Google Search right from your terminal.
$ GoogleSearch github maximus009
Open Google Chrome from the shell.
Even opens a url.
$ Chrome
$ Chrome http://github.com
Speeding up the 'git push', 'git pull' and 'git status'
$ Status
$ Pull
$ Push