Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update zsh text, since it is already the default shell #343

Merged
merged 1 commit into from
Nov 24, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update zsh text, since it is already the default shell
  • Loading branch information
cignoni authored Nov 5, 2021
commit 0d2ce8ea94f74125c839f43a3b7891a52602306a
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