From ecf0de89ef248b279796edef2eca2a508b3607f8 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Sat, 9 May 2026 22:33:49 +0200 Subject: [PATCH] update env vars to include go installs --- aerospace/.aerospace.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/aerospace/.aerospace.toml b/aerospace/.aerospace.toml index 147375b..908fcd7 100644 --- a/aerospace/.aerospace.toml +++ b/aerospace/.aerospace.toml @@ -89,3 +89,8 @@ cmd-shift-l = ['join-with right', 'mode main'] cmd-h = [] cmd-alt-h = [] + +[exec] + inherit-env-vars = true +[exec.env-vars] + PATH = '/opt/homebrew/bin:/opt/homebrew/sbin:${HOME}/go/bin:${PATH}'