=Streamlined gcp/terraform helpers

This commit is contained in:
Gal Szkolnik 2022-08-02 07:27:25 -04:00
parent b18c977d75
commit bd4bc1b7ee
3 changed files with 9 additions and 8 deletions
_home/dot_sz.shrc.d

View file

@ -3,7 +3,7 @@ if [[ -n "$(which-command direnv)" ]]; then
if [[ -z "$_DIRENV_ShowEnvLogic" ]]; then
echo "_DIRENV_ShowEnvLogic is not defined."
if [[ $# -gt 0 ]]; then
local _DIRENV_ShowEnvLogic='printenv'
local _DIRENV_ShowEnvLogic='set'
printf "Searching environment for: '${@}'\n\n"
fi
fi