From 4368928006d7318c6e9a259a8c591fa609eab6de Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Thu, 26 Sep 2024 12:03:03 -0500 Subject: [PATCH] need a better method that doesn't ask for auth every time I cd to the folder lol --- .envrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.envrc b/.envrc index 659a8ff3..e7656152 100644 --- a/.envrc +++ b/.envrc @@ -8,6 +8,6 @@ export KUBERNETES_DIR="$(expand_path ./kubernetes)" #export MQTTUI_BROKER="mqtt://10.1.1.38" #export MQTTUI_BROKER=$(op item get "emqx [jahanson]" --fields broker) #export MQTTUI_USERNAME=$(op item get "emqx [jahanson]" --fields username) -#export MQTTUI_PASSWORD=$(op item get "emqx [jahanson]" --fields password) +#export MQTTUI_PASSWORD=$(op item get "emqx [jahanson]" --fields mqtt-password) PATH_add $KREW_ROOT use nix