Skip to content

Commit 04678eb

Browse files
authored
missing )
1 parent 16bb181 commit 04678eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/navigation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cd -
1818
Now let's set the `cdpath` variable.
1919
This variable will do automatic searching for a folder within folders specified in variable.
2020

21-
If you're familiar with bash's `CDPATH` it works the same way but in zsh instead of being a colon separated string (e.g. `.:~:~/src` it's an array.
21+
If you're familiar with bash's `CDPATH` it works the same way but in zsh instead of being a colon separated string (e.g. `.:~:~/src`) it's an array.
2222

2323
```bash
2424
# make some temporary folders

0 commit comments

Comments
 (0)