diff --git a/doc.zih.tu-dresden.de/docs/software/zsh.md b/doc.zih.tu-dresden.de/docs/software/zsh.md index f896798065480e3008db92a9bbe279e2586453f3..6de666c377b799e04484347897fc0515841e54ba 100644 --- a/doc.zih.tu-dresden.de/docs/software/zsh.md +++ b/doc.zih.tu-dresden.de/docs/software/zsh.md @@ -46,7 +46,7 @@ plugins+=( ### Typo-correction -With +With ```bash setopt correct_all @@ -126,7 +126,7 @@ This lists all files, from largest to smallest, in the current directory. ### Automatically rewrite `..` as `../..` -This will automatically replace `...` with `../..` and `....` with `../../..` and so on (each additional `.` +This will automatically replace `...` with `../..` and `....` with `../../..` and so on (each additional `.` adding another `/..`) when typing commands: ``` bash