Files
opalfiles/guix/home/files/zsh/zshenv
2021-12-31 11:17:48 -08:00

10 lines
176 B
Bash

if [[ -z "$XDG_CONFIG_HOME" ]]
then
export XDG_CONFIG_HOME="$HOME/.config"
fi
if [[ -d "$XDG_CONFIG_HOME/zsh" ]]
then
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
fi