# Initialization script for bash and sh if [ "`which which`" = /usr/bin/which ]; then which () { { alias; declare -f; } | /usr/bin/which --tty-only --read-alias --read-functions \ --show-dot --show-tilde ${1+"$@"} } export -f which >/dev/null fi # export AFS, if you are in AFS environment