zsh5
shell with lots of features
Install
- All systems
-
curl cmd.cat/zsh5.sh
- Debian
-
apt-get install zsh
- Ubuntu
-
apt-get install zsh
- Alpine
-
apk add zsh
- Arch Linux
-
pacman -S zsh
- Kali Linux
-
apt-get install zsh
- CentOS
-
yum install zsh
- Fedora
-
dnf install zsh
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install zsh
- OS X
-
brew install zsh
- Raspbian
-
apt-get install zsh
- Dockerfile
- dockerfile.run/zsh5
- Docker
-
docker run cmd.cat/zsh5 zsh5
powered by Commando
zsh
shell with lots of features
Zsh is a UNIX command interpreter (shell) usable as an interactive login shell and as a shell script command processor. Of the standard shells, zsh most closely resembles ksh but includes many enhancements. Zsh has command-line editing, built-in spelling correction, programmable command completion, shell functions (with autoloading), a history mechanism, and a host of other features.