From 6c2d81778d5b1d013fdca4854605cf0f5f38e244 Mon Sep 17 00:00:00 2001 From: Daniel Sissom Date: Tue, 9 Jul 2019 11:32:03 -0500 Subject: [PATCH] Added note about OS X path fix. --- zsh/zshenv | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/zsh/zshenv b/zsh/zshenv index d3b691f..2577085 100644 --- a/zsh/zshenv +++ b/zsh/zshenv @@ -1,8 +1,10 @@ #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # .zshenv #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -# User-specific ~/.zshenv, generalized for GNU/Linux and Apple OS X -# Excecuted by zsh for all ((non-)interactive) shells +# User-specific ~/.zshenv, generalized for GNU/Linux and Apple OS X. Excecuted +# by zsh for all ((non-)interactive) shells. (May need to be installed as +# ~/.zprofile on OS X due to /etc/zprofile changing path order. Alternatively +# rename /etc/zprofile to /etc/zshenv.) #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~