diff --git a/which-2.csh b/which-2.csh index 9648892..f79806a 100755 --- a/which-2.csh +++ b/which-2.csh @@ -1,4 +1,4 @@ # 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' diff --git a/which-2.sh b/which-2.sh index fb65973..14ca09f 100755 --- a/which-2.sh +++ b/which-2.sh @@ -1,4 +1,4 @@ # 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'