1
0
Fork 0

Notification to deal with Apple not using startup files right.

pull/980/head
Lance Helsten 9 years ago
parent 9f3118f018
commit 7dc0b578b5

@ -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.

@ -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

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

Loading…
Cancel
Save