dotfiles/run_10_resolve_locations.sh

7 lines
201 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
2020-06-15 10:47:49 +00:00
echo "source <(chezmoi completion zsh)" >> $HOME/.zshrc