aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/which.bash
blob: 2d7084e6db3d5ee307ab420fc2dab7099ca91cfa (plain) (blame)
1
2
3
4
which() {
    printf >&2 'Whichcraft detected! Did you mean: type -P %s\n' "$*"
    return 2
}