From 870ce1832b0b64b3b48790572de142e28d4cf35b Mon Sep 17 00:00:00 2001 From: Koda YeenBean Date: Sun, 30 Aug 2026 18:22:26 +0200 Subject: [PATCH] added editor to env varriables --- env.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/env.lua b/env.lua index 7690449..e97db0d 100644 --- a/env.lua +++ b/env.lua @@ -5,5 +5,6 @@ hl.env("GCM_CREDENTIAL_STORE", "gpg") hl.env("GTK_THEME", "Adwaita:dark") hl.env("KUBECONFIG", "/mnt/bulk/git/ansible-deployment/inventory/k8s-lab/artifacts/admin.conf") hl.env("BAO_ADDR", "https://sql01.ascheu.de:8200") +hl.env("EDITOR", "nano") hl.env("KUBE_EDITOR", "nano") hl.env("ANSIBLE_VAULT_EDITOR", "nano") \ No newline at end of file