Install zsh-syntax-highlighting
This commit is contained in:
		@@ -14,5 +14,6 @@ RUN cd /root
 | 
				
			|||||||
    git clone https://git.strongds.hu/mrtoth/zshrc.git                                          &&\
 | 
					    git clone https://git.strongds.hu/mrtoth/zshrc.git                                          &&\
 | 
				
			||||||
    echo "/root/.oh-my-zsh" > zshrc/oh-my-zsh_path                                              &&\
 | 
					    echo "/root/.oh-my-zsh" > zshrc/oh-my-zsh_path                                              &&\
 | 
				
			||||||
    sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" &&\
 | 
					    sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" &&\
 | 
				
			||||||
    ln -sf /root/zshrc/rc /root/.zshrc
 | 
					    ln -sf /root/zshrc/rc /root/.zshrc                                                          &&\
 | 
				
			||||||
 | 
					    git clone https://github.com/zsh-users/zsh-syntax-highlighting.git \
 | 
				
			||||||
 | 
					    ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user