#!/usr/bin/env sh # YES_ZSH # YES_BASH # YES_DASH refresh() { ### @- invoke `hash -r`. hash -r } [ "${SOURCING:-0}" -gt 0 ] || refresh "$@"