dotfiles/home/.zshenv

7 lines
152 B
Plaintext
Raw Normal View History

2020-02-01 17:24:18 +00:00
#!/usr/bin/env zsh
#
# make zsh source the correct directory
export XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-"$HOME/.config"}
ZDOTDIR="$XDG_CONFIG_HOME/zsh"