Resolve "There is nothing about ZSH"
Compare changes
The ZSH, short for `z-shell`, is an alternative shell for Linux that offers many convienence features
This should be a short introduction to `zsh` and offer some examples that are especially useful on Taurus.
@@ -46,7 +54,7 @@ plugins+=(
@@ -46,7 +54,7 @@ plugins+=(
@@ -96,7 +104,7 @@ mcd () {
@@ -96,7 +104,7 @@ mcd () {
@@ -105,20 +113,20 @@ and it will create it and `cd` into it
@@ -105,20 +113,20 @@ and it will create it and `cd` into it
@@ -126,7 +134,7 @@ This lists all files, from largest to smallest, in the current directory.
@@ -126,7 +134,7 @@ This lists all files, from largest to smallest, in the current directory.
This will automatically replace `...` with `../..` and `....` with `../../..` and so on (each additional `.`
@@ -149,8 +157,8 @@ This allows auto-completion for `module load`:
@@ -149,8 +157,8 @@ This allows auto-completion for `module load`:
@@ -167,13 +175,13 @@ compdef _module "module"
@@ -167,13 +175,13 @@ compdef _module "module"