Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax Highlighting not working #7

Open
zamostny opened this issue Jun 4, 2021 · 2 comments
Open

Syntax Highlighting not working #7

zamostny opened this issue Jun 4, 2021 · 2 comments

Comments

@zamostny
Copy link

zamostny commented Jun 4, 2021

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
Copy link

ebel22590 commented Oct 9, 2021

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

@idf-io
Copy link

idf-io commented Feb 12, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants