[haiku-commits] haiku: hrev44680 - data/etc/profile.d

  • From: korli@xxxxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 5 Oct 2012 20:00:32 +0200 (CEST)

hrev44680 adds 1 changeset to branch 'master'
old head: b9b8b20f3f6f025cd6a1ad3fcd53d5b73cc59c6a
new head: 642eeda1c18a41686da25ed58236e91fa2044bf2

----------------------------------------------------------------------------

642eeda: Turn on the coloring with <ef>grep (ticket #9044)
  
  All grep versions have the ability to display a colored
  output. The patch turns on coloring in auto mode.
  
  Signed-off-by: JÃrÃme Duval <jerome.duval@xxxxxxxxx>

                              [ Prasad Joshi <prasadjoshi.linux@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev44680
Commit:      642eeda1c18a41686da25ed58236e91fa2044bf2
URL:         http://cgit.haiku-os.org/haiku/commit/?id=642eeda
Author:      Prasad Joshi <prasadjoshi.linux@xxxxxxxxx>
Date:        Fri Oct  5 17:06:07 2012 UTC
Committer:   JÃrÃme Duval <jerome.duval@xxxxxxxxx>
Commit-Date: Fri Oct  5 18:00:04 2012 UTC

Ticket:      https://dev.haiku-os.org/ticket/9044

----------------------------------------------------------------------------

1 file changed, 3 insertions(+)
data/etc/profile.d/colorgrep.sh |    3 +++

----------------------------------------------------------------------------

diff --git a/data/etc/profile.d/colorgrep.sh b/data/etc/profile.d/colorgrep.sh
new file mode 100644
index 0000000..ada2d65
--- /dev/null
+++ b/data/etc/profile.d/colorgrep.sh
@@ -0,0 +1,3 @@
+alias egrep='egrep --color=auto'
+alias fgrep='fgrep --color=auto'
+alias grep='grep --color=auto'


Other related posts:

  • » [haiku-commits] haiku: hrev44680 - data/etc/profile.d - korli