etc-zshrc/zshenv
2024-08-24 08:01:02 -07:00

10 lines
245 B
Bash

# zsh environment variables
export XDG_CACHE_HOME="$HOME/.cache"
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_STATE_HOME="$HOME/.local/state"
export EDITOR='nvim'
ZDOTDIR="${XDG_CONFIG_HOME}/zsh"