6 lines
145 B
Bash
6 lines
145 B
Bash
## Author: druckdev
|
|
## Created: 2019-10-21
|
|
|
|
ZDOTDIR="${XDG_CONFIG_HOME:-$HOME/.config}/zsh"
|
|
[[ ! -r $ZDOTDIR/.zshenv ]] || . "$ZDOTDIR/.zshenv"
|