Skip to content

Commit

Permalink
fix bashrc path with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
DovieW committed Jun 22, 2023
1 parent c2f8ca6 commit c4f5cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Add to the `~/.bashrc`:
```
if [ -f "$HOME/.bash-git-prompt/gitprompt.sh" ]; then
GIT_PROMPT_ONLY_IN_REPO=1
source $HOME/.bash-git-prompt/gitprompt.sh
source "$HOME/.bash-git-prompt/gitprompt.sh"
fi
```

Expand Down

0 comments on commit c4f5cd4

Please sign in to comment.