From 1a0585f2312e8c00c4811bf1ebfc07c34a337c60 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 10:29:11 +0200 Subject: Adding grep aliases. Signed-off-by: Daniel Baumann --- debian/local/bash/profile.d/zz-grep.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 debian/local/bash/profile.d/zz-grep.sh (limited to 'debian/local') diff --git a/debian/local/bash/profile.d/zz-grep.sh b/debian/local/bash/profile.d/zz-grep.sh new file mode 100644 index 0000000..773e0f9 --- /dev/null +++ b/debian/local/bash/profile.d/zz-grep.sh @@ -0,0 +1,6 @@ +# /etc/profile.d/zz-grep.sh + +alias grep="grep --color=auto" +alias egrep="egrep --color=auto" +alias fgrep="fgrep --color=auto" +alias rgrep="rgrep --color=auto" -- cgit v1.2.3