Syntax Highlighting not working
zamostny opened this issue · 2 comments
zamostny commented
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
Locate the actual file location in your directory and replace the default source location in the .zshrc file with that
idf-io commented
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