fix: replace zsh-syntax-highlighting from apt to git clone
This commit is contained in:
parent
2748867113
commit
e70dc321d9
|
@ -6,4 +6,4 @@ chsh -s /usr/bin/zsh
|
|||
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
|
||||
|
||||
# Install zsh-syntax-highlighting
|
||||
nala install -y zsh-syntax-highlighting
|
||||
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
|
||||
|
|
Loading…
Reference in a new issue