Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 417 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 417 Bytes

My Bash Configuration

About

This is my bash configuration inspired by [fnando] configuration (that is more complete than this one).

How to use

Just clone this repository and load the init.sh file. I do it this way:

$ git clone git://github.com/wagnerpereira/bash_config.git ~/.bash.d
$ echo "source ~/.bash.d/init.sh" > ~/.bash_profile
$ source ~/.bash_profile