dotfiles/home/.zshenv
Fernando Schauenburg 39f51775fe zsh: refactor configuration with focus on interactive shells
Moved most of the work to `.zshrc' rather than `.zhenv', because most of
my configuration is only relevant to my interactive use of the shell.
2022-10-21 19:59:16 +02:00

8 lines
311 B
Bash

# Keep things organized.
export XDG_CACHE_HOME="${XDG_CACHE_HOME:-$HOME/.cache}"
export XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}"
export XDG_DATA_HOME="${XDG_DATA_HOME:-$HOME/.local/share}"
# Everything else will be configured from within $ZDOTDIR.
export ZDOTDIR="${ZDOTDIR:-$XDG_CONFIG_HOME/zsh}"