From 2481dd9c9595626560794f3514ec19446935abdf Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Mon, 19 Mar 2018 13:10:09 -0400 Subject: [PATCH] Update .zshrc --- ChromeOS/zsh/.zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChromeOS/zsh/.zshrc b/ChromeOS/zsh/.zshrc index f868ce9..1854405 100644 --- a/ChromeOS/zsh/.zshrc +++ b/ChromeOS/zsh/.zshrc @@ -14,6 +14,10 @@ unsetopt beep bindkey -v # End of lines configured by zsh-newuser-install +git clone https://github.com/zsh-users/zsh-syntax-highlighting.git +echo "source ${(q-)PWD}/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc +source ./zsh-syntax-highlighting/zsh-syntax-highlighting.zsh + # prompt stuff autoload -U colors && colors NEWLINE=$'\n'