mirror of
https://github.com/jimeh/git-aware-prompt.git
synced 2026-02-19 05:36:38 +00:00
Correctly deal with paths containing spaces and special characters
Resolves #21.
This commit is contained in:
@@ -38,7 +38,7 @@ Edit your `~/.bash_profile` or `~/.profile` and add the following to the top:
|
||||
|
||||
```bash
|
||||
export GITAWAREPROMPT=~/.bash/git-aware-prompt
|
||||
source $GITAWAREPROMPT/main.sh
|
||||
source "${GITAWAREPROMPT}/main.sh"
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user