2 lines
130 B
Bash
2 lines
130 B
Bash
# Just find $ZDOTDIR here, everythng will be configured there.
|
|
export ZDOTDIR="${ZDOTDIR:-${XDG_CONFIG_HOME:-$HOME/.config}/zsh}"
|