From 70ffe9dc34208b8f20ef06cfa4d49670cc7229d7 Mon Sep 17 00:00:00 2001 From: Brandon Stafford Date: Mon, 11 Jan 2021 18:13:09 -0500 Subject: [PATCH] Update shells.md --- content/notes/shells.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/notes/shells.md b/content/notes/shells.md index b75326a..690fa23 100644 --- a/content/notes/shells.md +++ b/content/notes/shells.md @@ -25,6 +25,8 @@ In the big picture, it doesn't really matter what shell you use, but the newer s * fish * ion +Wikipedia has a [fairly comprehensive list of shells](https://en.wikipedia.org/wiki/Comparison_of_command_shells), with comparisons, as you would expect. + ## Zsh ## `Zsh` is a particularly fine modern shell. On a Raspberry Pi, you can install it like this: `sudo apt install zsh`