#!/bin/bash
zshHighlight=$(locate zsh-syntax-highlighting/zsh-syntax-highlighting.zsh | head -n 1)
echo "source $zshHighlight" >> $HOME/.zshrc