Fix README.md typo

This commit is contained in:
Alexander Rosenberg 2022-11-30 23:35:15 -08:00
parent 94029ecca4
commit c603f02356
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -19,7 +19,7 @@ git submodule init && git submodule update
2. Create a `.zshrc` and fill it with something like this:
```zsh
ZSH_CONFIG_DIR="path/to/this/repo" # This variable *MUST* be set
source "${ZSH_CONFIG_DIR}/init.zsh}"
source "${ZSH_CONFIG_DIR}/init.zsh"
```
3. Optionally, set some other variables (before the `source` line):
* ZSH_BOOKMARK_DIR: Bookmark directory (default: ~/.cache/zsh/bookmarks)