From bee4fba74405a8e1efa7594a245712ad785d7c7f Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 25 Jul 2023 09:36:46 -0400 Subject: [PATCH] add sourcing for local-only envfile --- dot_config/environment | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_config/environment b/dot_config/environment index 807c62c..8b1d48d 100644 --- a/dot_config/environment +++ b/dot_config/environment @@ -1,3 +1,5 @@ +# icky, but necessary since this might inject the needed XDG vars +. "$HOME/.config/environment.local" . "$XDG_DATA_HOME/cargo/env" # editor