[ 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

6
zsh/aws/rds/common.zsh Normal file
View File

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