6.3 Switching Shells
Zsh
Installing Zsh
# pkg install zsh zsh-completions zsh-autosuggestions zsh-syntax-highlightingPackage
Description
# cd /usr/ports/shells/zsh/ && make install clean
# cd /usr/ports/shells/zsh-completions && make install clean
# cd /usr/ports/shells/zsh-autosuggestions/ && make install clean
# cd /usr/ports/shells/zsh-syntax-highlighting/ && make install cleanConfiguring Zsh
Theming and Beautification
References
Bash
Installing Bash
Package
Description
Configuring Bash
Last updated