Merge pull request #3235 from amorZhu/amorZhu-patch-1
Update zsh config
This commit is contained in:
		@@ -1565,7 +1565,7 @@ ARG SHELL_OH_MY_ZSH_ALIASES=false
 | 
				
			|||||||
USER laradock
 | 
					USER laradock
 | 
				
			||||||
RUN if [ ${SHELL_OH_MY_ZSH} = true ]; then \
 | 
					RUN if [ ${SHELL_OH_MY_ZSH} = true ]; then \
 | 
				
			||||||
    sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh) --keep-zshrc" && \
 | 
					    sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh) --keep-zshrc" && \
 | 
				
			||||||
    sed -i -r 's/^plugins=\(.*?\)$/plugins=(laravel5)/' /home/laradock/.zshrc && \
 | 
					    sed -i -r 's/^plugins=\(.*?\)$/plugins=(laravel composer)/' /home/laradock/.zshrc && \
 | 
				
			||||||
    echo '\n\
 | 
					    echo '\n\
 | 
				
			||||||
bindkey "^[OB" down-line-or-search\n\
 | 
					bindkey "^[OB" down-line-or-search\n\
 | 
				
			||||||
bindkey "^[OC" forward-char\n\
 | 
					bindkey "^[OC" forward-char\n\
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user