This package browser is in early development. Mind the rough edges.

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.

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.