Merge pull request #14 from exic/patch-1

Add missing 'c' to .zshrc
This commit is contained in:
Nick Sherron 2020-02-25 09:07:50 -05:00 committed by GitHub
commit 23be9550f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,7 +92,7 @@ $ echo "export BH_URL=http://localhost:8080" >> ~/.bashrc
```
or
```
$ echo "export BH_URL=http://localhost:8080" >> ~/.zshr
$ echo "export BH_URL=http://localhost:8080" >> ~/.zshrc
```
Thats it! Restart your shell and re-run bashhub setup.
```