diff options
author | 2018-04-29 23:43:16 -0400 | |
---|---|---|
committer | 2018-04-29 23:43:16 -0400 | |
commit | b1f6f894370d4488babc172b89b9d59ddea945b4 (patch) | |
tree | 96aa2f1d74ee69f5a24b1e982151829a61c826fc /zsh/.zshenv | |
parent | 2e877d14b877fd7caefcf9ea675f45ce57abe6cd (diff) | |
download | configs-b1f6f894370d4488babc172b89b9d59ddea945b4.tar.gz configs-b1f6f894370d4488babc172b89b9d59ddea945b4.tar.xz configs-b1f6f894370d4488babc172b89b9d59ddea945b4.zip |
[rc/zsh] migrate my zsh setup to rc.org
Diffstat (limited to 'zsh/.zshenv')
-rw-r--r-- | zsh/.zshenv | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/zsh/.zshenv b/zsh/.zshenv deleted file mode 100644 index c23f284..0000000 --- a/zsh/.zshenv +++ /dev/null @@ -1,4 +0,0 @@ -# Ensure that a non-login, non-interactive shell has a defined environment. -if [[ "$SHLVL" -eq 1 && ! -o LOGIN && -s "${ZDOTDIR:-$HOME}/.zprofile" ]]; then - source "${ZDOTDIR:-$HOME}/.zprofile" -fi |