From 608b0cedf8d11416fd49b0e59a017f05cfae55e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 22 Feb 2019 10:26:04 +0100 Subject: [PATCH] grep with color MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- appends/oe-core/base-files/profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appends/oe-core/base-files/profile b/appends/oe-core/base-files/profile index 8587de0..ea3badc 100644 --- a/appends/oe-core/base-files/profile +++ b/appends/oe-core/base-files/profile @@ -30,6 +30,8 @@ eval `dircolors` alias ls='ls $LS_OPTIONS' alias ll='ls $LS_OPTIONS -l' +alias grep='grep --color' + # Turn on parallel history shopt -s histappend history -a