Zshell
Here are some useful informations about my favorite features and tricks with zshell.
Zinit
For the zshell plugin management, I choose zinit. The setup is quite simple:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/zdharma/zinit/master/doc/install.sh)"Personal zshrc
I just use a few plugins from zinit. After finish the zinit setup, just insert these lines below the installer chunk:
zinit for \
light-mode zsh-users/zsh-autosuggestions \
light-mode zdharma/fast-syntax-highlighting \
zdharma/history-search-multi-word \
light-mode pick"async.zsh" src"pure.zsh" \
sindresorhus/pureReferences
Last updated
Was this helpful?