From 92d4b53421ec1992358e714679bbab1ed47c9bfe Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Sat, 13 Jan 2024 15:22:21 +0800 Subject: [PATCH] Add color output for diff. --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 8cad910..8595920 100755 --- a/install.sh +++ b/install.sh @@ -58,5 +58,5 @@ rsync -a ${BASEDIR}/.vim/ ~/.vim/ chmod 700 ~/.vim/ vim +PlugUpdate +PlugClean\! +q +q # -diff -ruN .bashrc.local ~/.bashrc.local -diff -ruN .zshrc.local ~/.zshrc.local +diff -ruN --color .bashrc.local ~/.bashrc.local +diff -ruN --color .zshrc.local ~/.zshrc.local