which/which2.sh
2016-06-27 18:53:02 +02:00

4 lines
157 B
Bash

# Initialization script for bash and sh
alias which='(alias; declare -f) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot'