1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-18 09:53:22 -07:00
rc/sh/refresh

12 lines
151 B
Bash
Executable File

#!/usr/bin/env sh
# YES_ZSH
# YES_BASH
# YES_DASH
# YES_ASH
refresh() { ### @- invoke `hash -r`.
hash -r
}
[ -n "${preload+-}" ] || refresh "$@"