From 41e63ab10b8d06dcb0f91102d032d8c96d1bbfd9 Mon Sep 17 00:00:00 2001 From: Charlie39 Date: Thu, 23 Apr 2020 08:45:14 +0530 Subject: [PATCH] $XDG_CACHE_HOME env variable XDG compliance --- .zprofile | 1 + 1 file changed, 1 insertion(+) diff --git a/.zprofile b/.zprofile index 3ef64d2a..8a9643be 100644 --- a/.zprofile +++ b/.zprofile @@ -17,6 +17,7 @@ export READER="zathura" # ~/ Clean-up: export XDG_CONFIG_HOME="$HOME/.config" export XDG_DATA_HOME="$HOME/.local/share" +export XDG_CACHE_HOME="$HOME/.cache" #export XAUTHORITY="$XDG_RUNTIME_DIR/Xauthority" # This line will break some DMs. export NOTMUCH_CONFIG="${XDG_CONFIG_HOME:-$HOME/.config}/notmuch-config" export GTK2_RC_FILES="${XDG_CONFIG_HOME:-$HOME/.config}/gtk-2.0/gtkrc-2.0"