Added coloring aliases to csh script as well
This commit is contained in:
parent
c75a90f65e
commit
cb1e5d10c8
@ -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'
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user