Notification to deal with Apple not using startup files right.

This commit is contained in:
Lance Helsten 2015-09-29 09:32:44 -06:00
parent 9f3118f018
commit 7dc0b578b5
3 changed files with 6 additions and 15 deletions

View file

@ -26,7 +26,6 @@
# | $ZDOTDIR/.zlogin | H | | |
# +--------------------+-------+-------+--------+
# Execute code that does not affect the current session in the background.
{
# Compile the completion dump to increase startup speed.

View file

@ -24,20 +24,11 @@
# | $ZDOTDIR/.zlogin | H | | |
# +--------------------+-------+-------+--------+
##
## Reset the path because some systems put path_helper in /etc/zprofile
## which reorders the path that I setup in ~/.zshenv
echo $PATH | \grep '^/opt/'
echo $PATH | \grep -q '^/opt/'
if [ $? -eq 1 ]; then
path=(
/opt/local/bin /usr/local/bin /usr/bin /bin
/opt/local/sbin /usr/local/sbin /usr/sbin /sbin
$HOME/Library/Scripts/bin/`/usr/bin/uname -s`/`/usr/bin/uname -m`
$HOME/Library/Scripts/bin/`/usr/bin/uname -s`
$HOME/Library/Scripts/bin/
$HOME/Library/Python/bin
/usr/X11R6/bin
/opt/local/Library/Frameworks/Python.framework/Versions/Current/bin
)
echo ~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+
echo Apple put path_helper in /etc/zprofile again.
echo Just move it to /etc/zshenv.
echo ~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+
fi

View file

@ -25,6 +25,7 @@
# | $ZDOTDIR/.zlogin | H | | |
# +--------------------+-------+-------+--------+
export LANG=en_US.UTF-8
# Setup path