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
Commits
52dafed1
Commit
52dafed1
authored
3 years ago
by
Jan Frenzel
Browse files
Options
Downloads
Patches
Plain Diff
Rephrased some word groups in zsh.md.
parent
a1c2a8b9
No related branches found
No related tags found
3 merge requests
!446
docs: Add Jupyter Teaching Example
,
!445
Automated merge from preview to main
,
!405
Resolve "There is nothing about ZSH"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/software/zsh.md
+4
-4
4 additions, 4 deletions
doc.zih.tu-dresden.de/docs/software/zsh.md
with
4 additions
and
4 deletions
doc.zih.tu-dresden.de/docs/software/zsh.md
+
4
−
4
View file @
52dafed1
...
...
@@ -12,7 +12,7 @@ The [ZSH](https://www.zsh.org), short for `z-shell`, is an alternative shell for
many convenience features for productive use that
`bash`
, the default shell, does not offer.
This should be a short introduction to
`zsh`
and offer some examples that are especially useful
on
the
ZIH
-S
ystems.
on ZIH
s
ystems.
## `oh-my-zsh`
...
...
@@ -62,7 +62,7 @@ setopt correct_all
ENABLE_CORRECTION
=
"true"
```
you get correction suggestions when the shell thinks that it might be wa
n
t you want, e.g. when a command
you get correction suggestions when the shell thinks that it might be w
h
at you want, e.g. when a command
is expected to be handed an existing file.

...
...
@@ -80,7 +80,7 @@ setopt AUTO_CD
### `fish`-like auto-suggestions
Install
[
`zsh-autosuggestions`
](
https://github.com/zsh-users/zsh-autosuggestions
)
to get
`fish`
-shell-like
auto-suggestions
of previous commands that start with the same letters and that you can complete with
auto-suggestions of previous commands that start with the same letters and that you can complete with
the right arrow key.

...
...
@@ -234,4 +234,4 @@ the right arrow key.
## Setting `zsh` as default-shell
Please ask HPC support if you want to set the
`zsh`
as your default
-
login
-
shell.
Please ask HPC support if you want to set the
`zsh`
as your default
login
shell.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment