Skip to content

Commit

Permalink
Merge pull request #283 from piroor/patch-1
Browse files Browse the repository at this point in the history
Fix order of commands for the .bashrc
  • Loading branch information
magicmonty committed Oct 2, 2016
2 parents f389d62 + 30df962 commit 0dac940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0dac940

Please sign in to comment.