This repository has been archived on 2023-11-14 . You can view files and clone it, but cannot push or open issues or pull requests.
ec41e37b4b487bc0709e0ed324186a2146ba6dd5
`.zshenv` is read for all shells, interactive or not, making it the best place to set variables that always apply. Unfortunately, it cannot be kept in `ZDOTDIR`, since that variable has to be set in that same script. To work around this, the "real" `.zshenv` can source the one in `ZDOTDIR`.
Add these lines to ~/.zshenv in order to use these ZSH configuration files
without copying/linking them to the "standard" paths:
export ZDOTDIR=${HOME}/.zsh
source ${ZDOTDIR}/.zshenv
Description
Languages
Shell
100%