dotfiles/dot_zshenv
2024-09-27 16:24:54 -05:00

11 lines
343 B
Plaintext

# XDG
export XDG_DATA_HOME=$HOME/.local/share
export XDG_CONFIG_HOME=$HOME/.config
export XDG_STATE_HOME=$HOME/.local/state
export XDG_CACHE_HOME=$HOME/.cache
# Tell various apps where to find their config
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
export PSQLRC="$XDG_CONFIG_HOME/pg/psqlrc"
export ASDF_CONFIG_FILE="$XDG_CONFIG_HOME/asdf/asdfrc"