Merge pull request #283 from piroor/patch-1

Fix order of commands for the .bashrc
master
Martin Gondermann 9 years ago committed by GitHub
commit 0dac9408e4
  1. 2
      README.md

@ -111,8 +111,8 @@ git clone https://github.com/magicmonty/bash-git-prompt.git .bash-git-prompt --d
Add to the `~/.bashrc`:
```
source ~/.bash-git-prompt/gitprompt.sh
GIT_PROMPT_ONLY_IN_REPO=1
source ~/.bash-git-prompt/gitprompt.sh
```
### All configs for .bashrc

Loading…
Cancel
Save