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
Package Description
zsh-autosuggestions Suggests commands as you type based on history and completions
zsh-completions Additional completion definitions for zsh
zsh-history-substring-search Type any part of any command from history and cycle through matches
zsh-syntax-highlighting Highlights commands whilst they are typed, helping in reviewing commands before running them

Revision #2
Created 12 February 2022 00:58:56 by Sebin
Updated 2 March 2022 17:45:24 by Sebin