Skip to main content

zsh

zsh is a modern shell with lots of customizability and features. Install the following packages:

pacman -S zsh zsh-autosuggestions zsh-completions zsh-history-substring-search zsh-syntax-highlighting
PackageDescription
zsh-autosuggestionsSuggests commands as you type based on history and completions
zsh-completionsAdditional completion definitions for zsh
zsh-history-substring-searchType any part of any command from history and cycle through matches
zsh-syntax-highlightingHighlights commands whilst they are typed, helping in reviewing commands before running them