From 52bfaa11aff8431ee045cbe5f7e382d44ee45128 Mon Sep 17 00:00:00 2001 From: Amolith Date: Sun, 31 Jul 2022 11:40:57 -0400 Subject: [PATCH] set XDG variables --- private_dot_zshrc.tmpl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/private_dot_zshrc.tmpl b/private_dot_zshrc.tmpl index 276175f60327c2affba740e2d41be4d9ee6d2a24..3e1af7ddfa809c8e991816c8f2c712fe9b395be9 100644 --- a/private_dot_zshrc.tmpl +++ b/private_dot_zshrc.tmpl @@ -94,6 +94,14 @@ export COLUMNS=80 export MANWIDTH=80 export GOPATH="$HOME/.go" +# XDG variables +export XDG_DATA_HOME="$HOME/.local/share" +export XDG_CONFIG_HOME="$HOME/.config" +export XDG_STATE_HOME="$HOME/.local/state" +export XDG_CACHE_HOME="$HOME/.cache" + +eval "$(antidot init)" + CASE_SENSITIVE="false" # Disable dumb Python keyring integration