3 lines
97 B
Bash
3 lines
97 B
Bash
export XDG_CONFIG_HOME=~/.config
|
|
export ZDOTDIR="$XDG_CONFIG_HOME"/zsh
|
|
source "$ZDOTDIR"/.zshenv
|