Zsh

From wikinotes
Revision as of 16:00, 3 October 2021 by Will (talk | contribs) (→‎Components)

ZSH is a shell, it is almost entirely backwards compatible with bash with several additional options.

Documentation

official docs http://zsh.sourceforge.net/Doc/Release/index-frame.html
zsh manpages https://manpages.debian.org/buster/zsh-common/index.html

Locations

~/.zshrc rcfile
/usr/share/zsh/functions/Completion/*/* builtin completions (see $fpath)
/usr/share/zsh/site-functions third party zsh completions

Components

ZLE man zshzle zsh's line editor
compctl man zshcompctl original completion system
compsys man zshcompsys new completion system

Notes

zsh antigen
zsh plugins
zsh autocompletion