Archived
1
0
Fork 0
This repository has been archived on 2024-11-21. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
bootstrapper/files/etc/zsh/zshenv
2024-01-01 21:31:10 +00:00

2 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/"