_sh_main
This commit is contained in:
parent
ee694a8fde
commit
0ed8b2486c
1 changed files with 9 additions and 7 deletions
12
sh/main.sh
12
sh/main.sh
|
@ -74,11 +74,13 @@ main_source_file() {
|
|||
fi
|
||||
}
|
||||
|
||||
main_source_file "${ENV}"
|
||||
|
||||
main_source_directory "${SH_USER}"
|
||||
|
||||
_sh_main_log "" \
|
||||
_sh_main() {
|
||||
main_source_file "${ENV}"
|
||||
main_source_directory "${SH_USER}"
|
||||
_sh_main_log "" \
|
||||
"sh_… = shell functions" \
|
||||
"a__… = aliases" \
|
||||
"u__… = user"
|
||||
}
|
||||
|
||||
_sh_main
|
||||
|
|
Loading…
Reference in a new issue