dotfiles

My dotfiles
git clone https://git.neuralcrash.com/dotfiles.git
Log | Files | Refs

commit 94ee0ccaa1659616f7421628c769aee4a5000280
parent d1653c66c0089340e4ab8a14830b498e1740e7fb
Author: Kebigon <git@kebigon.xyz>
Date:   Sat, 28 Jan 2023 18:27:36 +0900

Add XDG cache configuration

Diffstat:
A.bashrc.d/xdg_cache | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.bashrc.d/xdg_cache b/.bashrc.d/xdg_cache @@ -0,0 +1 @@ +export XDG_CACHE_HOME="/tmp/${USER}/.cache"