From 3509bbfa2dfb5ec3ccf04d12c37ad8db9f3a5c0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Sun, 12 Sep 2021 12:09:25 +0200 Subject: [PATCH] Export the XDG env from the .zshenv file --- .zshenv | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshenv b/.zshenv index 7272d94..df6a05f 100644 --- a/.zshenv +++ b/.zshenv @@ -20,3 +20,4 @@ export DEBFULLNAME="$USER_NICKNAME" # Path [ -f ~/.setpath.sh ] && . ~/.setpath.sh +[ -f ~/.xdg_set_env.sh ] && . ~/.xdg_set_env.sh