dotfiles/zsh/.zshenv
2024-11-01 12:16:59 +00:00

7 lines
248 B
Bash

# ~/.zshenv
# ln -s $DOTFILES/zsh/.zshenv ~/.zshenv
# This file is sourced by all zsh sessions upon startup.
# Use XDG Base Directory Specification
export XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}"
export ZDOTDIR="${XDG_CONFIG_HOME}/zsh"