From 23dbf4fe611b64b9c0130686c1c5cdb3390f837e Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 7 Feb 2018 10:45:13 +0000 Subject: [PATCH] Add syntax highlighting to diff --- bin/bootstrap-homebrew | 1 + shell/aliases.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/bin/bootstrap-homebrew b/bin/bootstrap-homebrew index 8676e82..d63ed6d 100755 --- a/bin/bootstrap-homebrew +++ b/bin/bootstrap-homebrew @@ -38,6 +38,7 @@ main() { bash bazaar chromedriver + colordiff ctop dpkg geckodriver diff --git a/shell/aliases.sh b/shell/aliases.sh index 70e65b2..6506e00 100644 --- a/shell/aliases.sh +++ b/shell/aliases.sh @@ -26,6 +26,7 @@ alias ma="make" alias br="brew" alias ca="brew cask" alias cask="brew cask" +alias di="colordiff" alias devnullsmtp="java -jar $DOTBIN/DevNullSmtp.jar" alias open_ports="sudo lsof -i -P | grep --color=never -i \"listen\""