Fix an error when opening a new tab from terminal

Opening a new tab from a terminal where the current path is not $HOME I get the following error :

```
bash: .bash-git-prompt/gitprompt.sh: No such file or directory
```
master
Alexandre Ardhuin 12 years ago
parent 2838579462
commit 5c4581f37d
  1. 2
      README.md

@ -62,7 +62,7 @@ The symbols are as follows:
GIT_PROMPT_ONLY_IN_REPO=1 GIT_PROMPT_ONLY_IN_REPO=1
# as last entry source the gitprompt script # as last entry source the gitprompt script
source .bash-git-prompt/gitprompt.sh source ~/.bash-git-prompt/gitprompt.sh
``` ```
- Go in a git repository and test it! - Go in a git repository and test it!

Loading…
Cancel
Save