mirror of
https://github.com/notwa/rc
synced 2024-11-05 04:49:03 -08:00
10 lines
141 B
Bash
10 lines
141 B
Bash
#!/usr/bin/env sh
|
|
# YES_ZSH
|
|
# YES_BASH
|
|
# YES_DASH
|
|
|
|
refresh() { ### @- invoke `hash -r`.
|
|
hash -r
|
|
}
|
|
|
|
[ -n "${preload+-}" ] || refresh "$@"
|