ChrisTitusTech / zsh

My ZSH Config
133 stars 64 forks source link

Syntax Highlighting not working #7

Open zamostny opened 3 years ago

zamostny commented 3 years ago

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?

ebel22590 commented 2 years ago

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

idf-io commented 2 years ago

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