Skip to content

Commit 1040318

Browse files
committed
applied patch from @ikanor in issue jimeh#30. autoconfiguration complete.
1 parent 5cfb640 commit 1040318

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ git clone git://github.com/jimeh/git-aware-prompt.git
3737
Edit your `~/.bash_profile` or `~/.profile` or `~/.bashrc` (for Ubuntu) and add the following to the top:
3838

3939
```bash
40-
export GITAWAREPROMPT=~/.bash/git-aware-prompt
41-
source "${GITAWAREPROMPT}/main.sh"
40+
# Include git-aware-prompt bash script
41+
source ${HOME}/.bash/git-aware-prompt/main.sh
4242
```
4343

4444

main.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
GITAWAREPROMPT=`dirname "${BASH_SOURCE[0]}"`
12
# source "${GITAWAREPROMPT}/colors.sh"
23
source "${GITAWAREPROMPT}/prompt.sh"

0 commit comments

Comments
 (0)