dustin
/
zdotdir
Archived
1
0
Fork 0
Dustin's ZSH configuration
This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
Go to file
Dustin ec41e37b4b Add .zshenv
`.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`.
2020-05-03 13:12:46 -05:00
functions functions: Add test vm functions 2020-04-03 16:10:29 -05:00
.gitignore zprofile: Add .zprofile and .zprofile.local 2017-01-19 14:47:18 -06:00
.zshalias Update .zshrc 2017-01-16 14:11:15 -06:00
.zshenv Add .zshenv 2020-05-03 13:12:46 -05:00
.zshrc Update .zshrc 2017-01-16 14:11:15 -06:00
README Add .zshenv 2020-05-03 13:12:46 -05:00

README

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