installazione
sudo pacman -S zshconfigurazione
Files di configurazione:
- .zshenv, should only contain user’s environment variables;
- .zprofile, can be used to execute commands just after logging in;
- .zshrc, should be used to configure the shell itself and for running commands;
- .zlogin, same purpose as .zprofile except that it’s read just after the file .zshrc;
- .zlogout, can be used to execute commands when a shell exits.
plugins
sudo pacman -S zsh-completions
sudo pacman -S zsh-syntax-highlighting
sudo pacman -S zsh-autosuggestions