- disable alias which for cshell
This commit is contained in:
Than Ngo 2011-01-19 18:40:15 +01:00
parent 2c7e7bd7f6
commit 19081d7821
4 changed files with 10 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
which-2.16.tar.gz
which-2.18.tar.gz
which-2.19.tar.gz
/which-2.20.tar.gz

View File

@ -1 +1 @@
bbd094cec2444cd78befbc0cf09deea4 which-2.19.tar.gz
95be0501a466e515422cde4af46b2744 which-2.20.tar.gz

View File

@ -1,7 +1,7 @@
Summary: Displays where a particular program in your path is located
Name: which
Version: 2.19
Release: 5%{?dist}
Version: 2.20
Release: 1%{?dist}
License: GPLv3
Group: Applications/System
Source0: http://www.xs4all.nl/~carlo17/which/%{name}-%{version}.tar.gz
@ -59,6 +59,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*/*
%changelog
* Wed Jan 19 2011 Than Ngo <than@redhat.com> - 2.20-1
- 2.2.0
- disable alias which for cshell
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.19-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

View File

@ -1,4 +1,5 @@
# Initialization script for csh
# export AFS if you are in AFS environment
alias which 'alias | /usr/bin/which --tty-only --read-alias --show-dot --show-tilde'
# alias which 'alias | /usr/bin/which --tty-only --read-alias --show-dot --show-tilde'