diff --git a/system/.config/zsh/.zshrc b/system/.config/zsh/.zshrc index 866fb72..1f0009f 100644 --- a/system/.config/zsh/.zshrc +++ b/system/.config/zsh/.zshrc @@ -63,3 +63,6 @@ if [ -f "${XDG_CONFIG_HOME}/custom/aliases" ]; then . "${XDG_CONFIG_HOME}/custom/aliases" fi + +# Plugins +source "/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" \ No newline at end of file