From b56c89529b688dd997d955e6448a12bef437a744 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 25 Jul 2023 14:10:17 -0400 Subject: [PATCH] source environment.local ignoring error when it does not exist --- dot_config/environment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/environment b/dot_config/environment index 8b1d48d..3f09de5 100644 --- a/dot_config/environment +++ b/dot_config/environment @@ -1,5 +1,5 @@ # icky, but necessary since this might inject the needed XDG vars -. "$HOME/.config/environment.local" +. "$HOME/.config/environment.local" 2>/dev/null . "$XDG_DATA_HOME/cargo/env" # editor