mirror of
https://github.com/notwa/rc
synced 2024-11-05 06:29:02 -08:00
10 lines
128 B
Bash
10 lines
128 B
Bash
#!/usr/bin/env sh
|
|
# YES_ZSH
|
|
# YES_BASH
|
|
# YES_DASH
|
|
|
|
refresh() { ### @-
|
|
hash -r
|
|
}
|
|
|
|
[ "${SOURCING:-0}" -gt 0 ] || refresh "$@"
|