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