Rev 203 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
# Initialization script for bash and shif [ "$0" = "ksh" ] || [ "$0" = "-ksh" ] ; thenalias which='(alias; typeset -f) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot'elsealias which='(alias; declare -f) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot'fi