like i said in the title, zsh syntax highlighting, which i downloaded through pacman, isnt working for me only if source my .zshrc file again through the terminal or i source the zsh-syntax-highlighting itself again does it start working
Here is my .zshrc file:
PS1='%c: '
alias zshrc='nvim ~/.zshrc'
alias c='clear'
alias qqq='exit'
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
I'm hoping someone could help me solve this issue, cause i have no clue what could be causing it.
Thanks in advance