mirror of
https://github.com/notwa/rc
synced 2024-11-05 03:39:02 -08:00
11 lines
151 B
Bash
Executable file
11 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 "$@"
|