From 2d065dbf5d96f6161630ffb2bde854829b1383a6 Mon Sep 17 00:00:00 2001
From: Taras Lazariv <taras.lazariv@tu-dresden.de>
Date: Thu, 2 Dec 2021 16:14:38 +0100
Subject: [PATCH] Clarify text

---
 doc.zih.tu-dresden.de/docs/software/zsh.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc.zih.tu-dresden.de/docs/software/zsh.md b/doc.zih.tu-dresden.de/docs/software/zsh.md
index b404b01f1..4cc804c9a 100644
--- a/doc.zih.tu-dresden.de/docs/software/zsh.md
+++ b/doc.zih.tu-dresden.de/docs/software/zsh.md
@@ -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
-- 
GitLab