From 5c4581f37d48f93b1ef78ed426c1fd9e5c203f14 Mon Sep 17 00:00:00 2001 From: Alexandre Ardhuin Date: Fri, 16 May 2014 22:30:02 +0200 Subject: [PATCH] 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 ``` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fd4680..ce3102a 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ The symbols are as follows: GIT_PROMPT_ONLY_IN_REPO=1 # 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!