Skip to content
Snippets Groups Projects

Resolve "There is nothing about ZSH"

Merged Norman Koch requested to merge issue-217 into preview
Compare and Show latest version
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -96,7 +96,7 @@ mcd () {
You can then
```
marie@login$ mcd non-existant-directory
marie@login$ mcd non-existent-directory
```
and it will create it and `cd` into it
@@ -149,7 +149,7 @@ This allows auto-completion for `module load`:
function _module {
MODULE_COMMANDS=(
'-t:Show computer parsable output'
'load:Lload a Module'
'load:Load a module'
'unload:Unload a module'
'spider:Search for a module'
'avail:Show available modules'
Loading