Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 458 Bytes

File metadata and controls

30 lines (19 loc) · 458 Bytes

bash

How To Install

Just clone this repository to ~/.bash directory

cd ~
git clone https://github.com/miracle/bash.git .bash

Add the following line to your ~/.bash_profile

. ~/.bash/bashrc

OR

source ~/.bash/bashrc

Others