diff --git a/.zshrc b/.zshrc index ee243ce..f2e8434 100644 --- a/.zshrc +++ b/.zshrc @@ -27,6 +27,11 @@ else #PS1='\u@\h-> ' fi +# Syntax-highlighting +if [ -f "/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" ]; then + source "/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" +fi + # Aliases if [ "$(uname -s | tr '[:upper:]' '[:lower:]')" = 'linux' ]; then alias ls='ls --color=auto'