Skip to content
Snippets Groups Projects
Commit 11862722 authored by Norman Koch's avatar Norman Koch
Browse files

removed spaces at the end

parent 04b7fa1c
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"
......@@ -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
......
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