1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-11-30 03:34:08 +00:00

Added Bwana to OS X plugin.

This commit is contained in:
Sorin Ionescu
2011-12-28 15:06:21 -05:00
parent 3f5bcafb46
commit daf6f78f14
2 changed files with 21 additions and 1 deletions

View File

@@ -65,7 +65,9 @@ done
# Set environment variables for launchd processes.
if [[ "$OSTYPE" == darwin* ]]; then
launchctl setenv PATH "$PATH" &!
for env_var in PATH MANPATH; do
launchctl setenv "$env_var" "${(P)env_var}" &!
done
fi
# Load and run the prompt theming system.