Skip to content

Commit

Permalink
Update zsh text, since it is already the default shell (sb2nov#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
cignoni authored Nov 24, 2021
1 parent e9b2f49 commit 82575ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions iTerm/zsh.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# zsh

The Z shell (also known as `zsh`) is a Unix shell that is built on top of `bash`
(the default shell for macOS) with additional features. It's recommended to use
`zsh` over `bash`. It's also highly recommended to install a framework with
and that, since macOS 10.15 Catalina, is the **default** shell for macOS.
Since it has many with additional features, _if you have a version of macOS older than Catalina_,
it's recommended to use `zsh` over `bash`. In this case it's also highly recommended to install a framework with
`zsh` as it makes dealing with configuration, plugins and themes a lot nicer.

We've also included an `env.sh` file where we store our aliases, exports, path
Expand Down

0 comments on commit 82575ea

Please sign in to comment.