From bccc8424ed2fdb61c3843886266f11341ea61aa5 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Tue, 30 Oct 2018 11:57:43 +0100 Subject: [PATCH] [DEV] add color in the grep --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index b5b4b87..86ea6cb 100644 --- a/.bashrc +++ b/.bashrc @@ -31,6 +31,8 @@ alias ll='ls -alF' alias la='ls -A' alias l='ls -CF' +alias grep='grep --color' + # some more ls aliases alias ll='ls -l --color -h' alias la='ls -la --color -h'