6 lines
201 B
Bash
Executable file
6 lines
201 B
Bash
Executable file
#!/bin/bash
|
|
|
|
zshHighlight=$(locate zsh-syntax-highlighting/zsh-syntax-highlighting.zsh | head -n 1)
|
|
echo "source $zshHighlight" >> $HOME/.zshrc
|
|
|
|
echo "source <(chezmoi completion zsh)" >> $HOME/.zshrc
|