Skip to content
Snippets Groups Projects
Commit 2d065dbf authored by Taras Lazariv's avatar Taras Lazariv
Browse files

Clarify text

parent 52dafed1
No related branches found
No related tags found
3 merge requests!446docs: Add Jupyter Teaching Example,!445Automated merge from preview to main,!405Resolve "There is nothing about ZSH"
......@@ -62,14 +62,14 @@ setopt correct_all
ENABLE_CORRECTION="true"
```
you get correction suggestions when the shell thinks that it might be what you want, e.g. when a command
in `~/.zshrc` you get correction suggestions when the shell thinks that it might be what you want, e.g. when a command
is expected to be handed an existing file.
![Correction suggestion](misc/zsh_typo.png)
### Automatic `cd`
`AUTO_CD` allows you to leave out the `cd` when you provide a folder name.
Adding `AUTO_CD` to `~/.zshrc` file allows to leave out the `cd` when a folder name is provided.
```bash
setopt AUTO_CD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment