Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hpc-compendium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ZIH
hpcsupport
hpc-compendium
Merge requests
!405
Resolve "There is nothing about ZSH"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "There is nothing about ZSH"
issue-217
into
preview
Overview
21
Commits
22
Pipelines
0
Changes
1
Merged
Norman Koch
requested to merge
issue-217
into
preview
3 years ago
Overview
9
Commits
22
Pipelines
0
Changes
1
Expand
Closes
#216 (closed)
,
#217 (closed)
Edited
3 years ago
by
Jan Frenzel
0
0
Merge request reports
Viewing commit
11862722
Prev
Next
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
11862722
removed spaces at the end
· 11862722
Norman Koch
authored
3 years ago
doc.zih.tu-dresden.de/docs/software/zsh.md
+
2
−
2
Options
@@ -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
Loading