From ad0c4e684cd8e659c9f71c0430d13124aa05d656 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Mon, 15 May 2023 13:45:55 +0200 Subject: [PATCH] Update XDG environment variables --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 683c813..18feafe 100644 --- a/.bashrc +++ b/.bashrc @@ -61,6 +61,7 @@ export NVM_DIR="$HOME/.nvm" # X11 {{{ export XDG_SESSION_TYPE=X11 export XDG_CONFIG_HOME=$HOME/.config +export XDG_DATA_HOME=$HOME/.local/share # }}} # Nix package manager {{{