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
HTML: <a href='http://127.0.0.1:3000/packages/zsh/'><img src='http://127.0.0.1:3000/packages/zsh/badges/latest-version.svg'></img></a> Markdown: [![GNU Guix](http://127.0.0.1:3000/packages/zsh/badges/latest-version.svg)](http://127.0.0.1:3000/packages/zsh/) Org: [[http://127.0.0.1:3000/packages/zsh/][http://127.0.0.1:3000/packages/zsh/badges/latest-version.svg]]