We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 165e851 commit 990bdc0Copy full SHA for 990bdc0
README.md
@@ -39,10 +39,10 @@ Then source it in your `.zshrc`. For example:
39
```bash
40
mkdir -p ~/.zsh
41
git clone --depth=1 https://github.com/woefe/git-prompt.zsh ~/.zsh/git-prompt.zsh
42
-echo "source ~/.zsh/git-prompt.zsh/git-prompt.zsh" >> .zshrc
+echo "source ~/.zsh/git-prompt.zsh/git-prompt.zsh" >> ~/.zshrc
43
44
# Optional: install an example configuration
45
-echo "source ~/.zsh/git-prompt.zsh/examples/pure.zsh" >> .zshrc
+echo "source ~/.zsh/git-prompt.zsh/examples/pure.zsh" >> ~/.zshrc
46
```
47
48
### [Zplug](https://github.com/zplug/zplug)
0 commit comments