From c603f023564965309efd864db59bf56a595b154d Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Wed, 30 Nov 2022 23:35:15 -0800 Subject: [PATCH] Fix README.md typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)