zsh
Powerful shell for interactive use and scripting
The Z shell (zsh) is a Unix shell that can be used as an interactive login shell and as a powerful command interpreter for shell scripting. Zsh can be thought of as an extended Bourne shell with a large number of improvements, including some features of bash, ksh, and tcsh.
- Versions: 5.9
- Website: https://www.zsh.org/
- Licenses: GPL 2+
- Package source: gnu/packages/shells.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of zsh
as follows:
guix install zsh
Or install a particular version:
guix install zsh@5.9
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of zsh about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/zsh'><img src='https://packages.guix.gnu.org/packages/zsh/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/zsh/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/zsh)
Example Org:
[[https://packages.guix.gnu.org/packages/zsh][https://packages.guix.gnu.org/packages/zsh/badges/latest-version.svg]]