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 | | | # | $ZDOTDIR/.zlogin | H | | |
# +--------------------+-------+-------+--------+ # +--------------------+-------+-------+--------+
# Execute code that does not affect the current session in the background. # Execute code that does not affect the current session in the background.
{ {
# Compile the completion dump to increase startup speed. # Compile the completion dump to increase startup speed.

@ -24,20 +24,11 @@
# | $ZDOTDIR/.zlogin | H | | | # | $ZDOTDIR/.zlogin | H | | |
# +--------------------+-------+-------+--------+ # +--------------------+-------+-------+--------+
## echo $PATH | \grep -q '^/opt/'
## 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/'
if [ $? -eq 1 ]; then if [ $? -eq 1 ]; then
path=( echo ~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+
/opt/local/bin /usr/local/bin /usr/bin /bin echo Apple put path_helper in /etc/zprofile again.
/opt/local/sbin /usr/local/sbin /usr/sbin /sbin echo Just move it to /etc/zshenv.
$HOME/Library/Scripts/bin/`/usr/bin/uname -s`/`/usr/bin/uname -m` echo ~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+
$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
)
fi fi

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

Loading…
Cancel
Save