Fix README.md typo
This commit is contained in:
parent
94029ecca4
commit
c603f02356
@ -19,7 +19,7 @@ git submodule init && git submodule update
|
|||||||
2. Create a `.zshrc` and fill it with something like this:
|
2. Create a `.zshrc` and fill it with something like this:
|
||||||
```zsh
|
```zsh
|
||||||
ZSH_CONFIG_DIR="path/to/this/repo" # This variable *MUST* be set
|
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):
|
3. Optionally, set some other variables (before the `source` line):
|
||||||
* ZSH_BOOKMARK_DIR: Bookmark directory (default: ~/.cache/zsh/bookmarks)
|
* ZSH_BOOKMARK_DIR: Bookmark directory (default: ~/.cache/zsh/bookmarks)
|
||||||
|
Loading…
Reference in New Issue
Block a user