Added coloring aliases to csh script as well

This commit is contained in:
Jaroslav Škarvada 2011-05-16 14:36:09 +02:00
parent c75a90f65e
commit cb1e5d10c8
2 changed files with 6 additions and 1 deletions

View File

@ -11,3 +11,5 @@ if ( -r /etc/GREP_COLORS ) then
endif
alias grep 'grep --color=auto'
alias egrep 'egrep --color=auto'
alias fgrep 'fgrep --color=auto'

View File

@ -3,7 +3,7 @@
Summary: Pattern matching utilities
Name: grep
Version: 2.8
Release: 2%{?dist}
Release: 3%{?dist}
License: GPLv3+
Group: Applications/Text
Source: ftp://ftp.gnu.org/pub/gnu/grep/grep-%{version}.tar.xz
@ -67,6 +67,9 @@ fi
%{_mandir}/*/*
%changelog
* Mon May 16 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 2.8-3
- Added coloring aliases to csh script as well
* Mon May 16 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 2.8-2
- Added coloring to egrep and fgrep
Resolves: rhbz#697895