luca
/
bootstrapper
Archived
1
0
Fork 0
This repository has been archived on 2024-11-21. You can view files and clone it, but cannot push or open issues or pull requests.
bootstrapper/files/etc/zsh/zshenv

3 lines
141 B
Bash

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