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.
fa73cd64823ffde37e47b2088c53b1f16d987c99
The `.zprofile` file is sourced by ZSH when the shell is run as a login shell. The `.zprofile.local` file, if it exists, is sourced by the main `.zprofile` script, and is the best place for unversioned per-machine changes.
Add this line to ~/.zshenv in order to use these ZSH configuration files
without copying/linking them to the "standard" paths:
export ZDOTDIR=${HOME}/.zsh
Description
Languages
Shell
100%