mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Added Bwana to OS X plugin.
This commit is contained in:
parent
3f5bcafb46
commit
daf6f78f14
2 changed files with 21 additions and 1 deletions
4
init.zsh
4
init.zsh
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue