[ ZSH / DEPENDENCIES ] Changed environment dependency checker to be more automatic

This commit is contained in:
2022-05-24 10:26:05 -06:00
parent fa9bb38462
commit 29904ac3c4
36 changed files with 124 additions and 144 deletions

View File

@ -1,6 +1,7 @@
#!/bin/zsh
_DEPENDENCIES+=()
_REQUIRED_ENV+=()
source ${0:a:h}/common.zsh
__CHECK_IMPORTS
#####################################################################
_EFS_DISCONNECT() {