Provide pretty terminal screen, git log and convenient git command completion.
$ git clone https://github.com/elirex/terminal.git ~/.terminal
$ cd ~/.terminal
$ chmod a+x install
$ ./install
Add the below setting into .bashrc
or .zshrc
if [[ -f ~/.terminal/shell_config.sh ]]; then
. ~/.terminal/shell_config.sh
fi