Skip to content

Commit 990bdc0

Browse files
authored
Update README for correct .zshrc file path
1 parent 165e851 commit 990bdc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ Then source it in your `.zshrc`. For example:
3939
```bash
4040
mkdir -p ~/.zsh
4141
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
42+
echo "source ~/.zsh/git-prompt.zsh/git-prompt.zsh" >> ~/.zshrc
4343

4444
# Optional: install an example configuration
45-
echo "source ~/.zsh/git-prompt.zsh/examples/pure.zsh" >> .zshrc
45+
echo "source ~/.zsh/git-prompt.zsh/examples/pure.zsh" >> ~/.zshrc
4646
```
4747

4848
### [Zplug](https://github.com/zplug/zplug)

0 commit comments

Comments
 (0)