mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
7 lines
248 B
Bash
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"
|