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