README: added updates for bashrc and bash_profile

This commit is contained in:
rkiel
2015-06-06 12:02:55 -04:00
parent b4ae6721f5
commit 0cbd0d9907

View File

@@ -17,10 +17,18 @@ cd ~/GitHub/rkiel
git clone git@github.com:rkiel/git-utilities.git
```
add the bin to your path
add the following to `.bash_profile`
```
export PATH=~/GitHub/rkiel/git-utilities/bin:$PATH
export GIT_UTILITIES_BIN="~/GitHub/rkiel/git-utilities/bin"
export PATH=${GIT_UTILITIES_BIN}:$PATH
```
add the following line to `.bashrc`
```
source ~/GitHub/rkiel/git-utilities/dotfiles/bashrc
```
## Commit utility