From 5412cb6d6b3a958429a9bf781a95ee81fd29d0b4 Mon Sep 17 00:00:00 2001 From: ZachIR Date: Sun, 29 Jun 2025 23:19:57 -0500 Subject: Make more things XDG compliant Specifically .dotnet, .zplug, and .zcompdump --- sh/profile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sh') diff --git a/sh/profile b/sh/profile index a97e9e8..4337cc0 100644 --- a/sh/profile +++ b/sh/profile @@ -22,6 +22,8 @@ export ADB_VENDOR_KEY="$XDG_CONFIG_HOME"/android export LESSHISTFILE=- # Fixing Paths +export ZPLUG_HOME="$XDG_DATA_HOME/zplug" +export DOTNET_CLI_HOME="$XDG_DATA_HOME"/dotnet export MBSYNCRC="$XDG_CONFIG_HOME"/isync/mbsyncrc export ATOM_HOME="$XDG_DATA_HOME"/atom export XINITRC="$XDG_CONFIG_HOME"/X11/xinitrc -- cgit v1.2.3