diff options
author | ZachIR <zachir@librem.one> | 2025-06-29 23:19:57 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-06-29 23:19:57 -0500 |
commit | 5412cb6d6b3a958429a9bf781a95ee81fd29d0b4 (patch) | |
tree | eefcd6ebb78b479564faf30629a5bfb38fb9e4a8 | |
parent | e3ed7659893c248756acc79750ee5e5ef94e0c08 (diff) |
Make more things XDG compliant
Specifically .dotnet, .zplug, and .zcompdump
-rw-r--r-- | sh/profile | 2 | ||||
-rw-r--r-- | zsh/zshrc | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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 @@ -80,6 +80,6 @@ if [ -n "$ZPLUG_INSTALLED" ]; then fi autoload -Uz compinit -compinit +compinit -d "$XDG_CACHE_HOME"/zsh/zcompdump-"$ZSH_VERSION" #zprof |