only get first line
This commit is contained in:
parent
21948eecff
commit
b8a30a25a7
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
zshHighlight=$(locate zsh-syntax-highlighting/zsh-syntax-highlighting.zsh)
|
zshHighlight=$(locate zsh-syntax-highlighting/zsh-syntax-highlighting.zsh | head -n 1)
|
||||||
echo "source $zshHighlight" >> $HOME/.zshrc
|
echo "source $zshHighlight" >> $HOME/.zshrc
|
||||||
|
|
Loading…
Reference in a new issue