ref
This commit is contained in:
parent
21769704a2
commit
c549783c9a
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
_so () {
|
_so () {
|
||||||
[ -f "$1" ] && source "$1"
|
[ -r "$1" ] && source "$1"
|
||||||
}
|
}
|
||||||
|
|
||||||
if [[ $0 == *bash ]]; then
|
if [[ $0 == *bash ]]; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user