1
0
Fork 0

Set PATH for Mac OS X GUI applications.

pull/3/head
Sorin Ionescu 13 years ago
parent 7f546d2963
commit 961aa3287f

@ -21,6 +21,11 @@ for plugin in $plugins; do
fi
done
# Set PATH for Mac OS X GUI applications (requires re-login).
if [[ "$OSTYPE" == darwin* ]]; then
launchctl setenv PATH "$PATH" &!
fi
# Load and run the prompt theming system.
autoload -Uz promptinit && promptinit -i

Loading…
Cancel
Save