- fix permission which-2 scripts

This commit is contained in:
Than Ngo 2007-11-27 22:45:34 +00:00
parent 874e6c0adb
commit 563cd4daac
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Initialization script for csh # Initialization script for csh
# export AFS, if you are in AFS environment # 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'

View File

@ -1,4 +1,4 @@
# Initialization script for bash and sh # Initialization script for bash and sh
# export AFS, if you are in AFS environment # 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'