Skip to content

Commit

Permalink
applied patch from @ikanor in issue jimeh#30. autoconfiguration compl…
Browse files Browse the repository at this point in the history
…ete.
  • Loading branch information
ThatGuyCND committed May 27, 2016
1 parent 5cfb640 commit 1040318
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ git clone git://github.com/jimeh/git-aware-prompt.git
Edit your `~/.bash_profile` or `~/.profile` or `~/.bashrc` (for Ubuntu) and add the following to the top:

```bash
export GITAWAREPROMPT=~/.bash/git-aware-prompt
source "${GITAWAREPROMPT}/main.sh"
# Include git-aware-prompt bash script
source ${HOME}/.bash/git-aware-prompt/main.sh
```


Expand Down
1 change: 1 addition & 0 deletions main.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
GITAWAREPROMPT=`dirname "${BASH_SOURCE[0]}"`
# source "${GITAWAREPROMPT}/colors.sh"
source "${GITAWAREPROMPT}/prompt.sh"

0 comments on commit 1040318

Please sign in to comment.