From 68dc5fdf4eedb67f5ee2e43499c7cea22e412bd4 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Tue, 31 Dec 2024 11:29:45 -0600 Subject: [PATCH] correct env and add aider mise task --- mise.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index 5f5dd717..65009ee9 100644 --- a/mise.toml +++ b/mise.toml @@ -2,6 +2,10 @@ task = "latest" [env] -KUBECONFIG="{{config_root}}/kubeconfig)" +KUBECONFIG="{{config_root}}/kubeconfig" SOPS_AGE_KEY_FILE="{{config_root}}/age.key" TALOSCONFIG="{{config_root}}/kubernetes/bootstrap/talos/clusterconfig/talosconfig" + +[tasks.aider] +description = "My Aider workflow." +run = "aider --no-auto-commits --cache-prompts --cache-keepalive-pings 12 --no-suggest-shell-commands --watch-files"