Skip to content

Commit 0dac940

Browse files
authored
Merge pull request #283 from piroor/patch-1
Fix order of commands for the .bashrc
2 parents f389d62 + 30df962 commit 0dac940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ git clone https://github.com/magicmonty/bash-git-prompt.git .bash-git-prompt --d
111111

112112
Add to the `~/.bashrc`:
113113
```
114-
source ~/.bash-git-prompt/gitprompt.sh
115114
GIT_PROMPT_ONLY_IN_REPO=1
115+
source ~/.bash-git-prompt/gitprompt.sh
116116
```
117117

118118
### All configs for .bashrc

0 commit comments

Comments
 (0)