Closed m-rey closed 4 years ago
Currently, the path to .zshrc is hardcoded to ~/.zshrc. However, its path can be set by the environment variable ZDOTDIR. The install and uninstall scripts could check and use ZDOTDIR if it is set and default to ~ otherwise.
.zshrc
~/.zshrc
ZDOTDIR
~
Currently, the path to
.zshrc
is hardcoded to~/.zshrc
. However, its path can be set by the environment variableZDOTDIR
. The install and uninstall scripts could check and useZDOTDIR
if it is set and default to~
otherwise.