summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 11:55:41 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 11:55:41 +0000
commit3c43c23d71f86e45b96fc55bd48c833e8900b7ea (patch)
tree090ec85cb2d6889429dc2ab225dce3dd23ebd8e8
parentAdding git prompt. (diff)
downloadbase-files-3c43c23d71f86e45b96fc55bd48c833e8900b7ea.tar.xz
base-files-3c43c23d71f86e45b96fc55bd48c833e8900b7ea.zip
Adding grep aliases.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/local/bash/profile.d/zz-grep.sh6
1 files changed, 6 insertions, 0 deletions
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"