osinfra-io/local-development-setup

Zsh tweaks

Closed this issue · 0 comments

Description

Enable zsh-syntax highlighting and completion caching.

Acceptance

  • Syntax highlighting enabled for Gentoo
  • Caching enabled
  • Use heredoc for all .zshrc code

Implementation Notes

source /usr/share/zsh/site-functions/zsh-syntax-highlighting.zsh
zstyle ':completion::complete:*' use-cache 1

Additional Context