ChrisTitusTech / zsh

My ZSH Config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Syntax Highlighting not working

zamostny opened this issue · comments

Followed the install tut, and everything went fine except no syntax highlighting when entering commands. I am on Pop!_OS and using their default terminal (gnome term). Any ideas?

Locate the actual file location in your directory and replace the default source location in the .zshrc file with that

The location of two plugin .zsh files appeared to have changed. I'm using Pop!_OS 21.10 and had to change the source locations to

source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh 2>/dev/null
source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null

in my .zshrc file.

@ChrisTitusTech may be worth implementing into the main .zshrc file