dotfiles/run_10_resolve_locations.sh

5 lines
144 B
Bash
Raw Normal View History

2020-06-15 09:11:12 +00:00
#!/bin/bash
2020-06-15 09:14:40 +00:00
zshHighlight=$(locate zsh-syntax-highlighting/zsh-syntax-highlighting.zsh | head -n 1)
2020-06-15 09:11:12 +00:00
echo "source $zshHighlight" >> $HOME/.zshrc