Files
opalfiles/dotfiles/guix/home/files/zsh/zshenv
2021-12-30 18:04:41 -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