diff --git a/README.md b/README.md index c82c221..34e56e6 100644 --- a/README.md +++ b/README.md @@ -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)