2014-10-21 12:00:04 -06:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
|
<plist version="1.0">
|
|
|
|
<dict>
|
|
|
|
<key>Label</key>
|
2014-10-21 16:20:43 -06:00
|
|
|
<string>com.example.hello</string>
|
2014-10-21 12:00:04 -06:00
|
|
|
<key>ProgramArguments</key>
|
|
|
|
<array>
|
|
|
|
<string>zsh</string>
|
|
|
|
<string>-c</string>
|
2014-10-21 16:20:43 -06:00
|
|
|
<string>source ~/.zshrc && echo password | sudo -Sv && as_current_user /bin/launchctl setenv PATH $PATH</string>
|
2014-10-21 12:00:04 -06:00
|
|
|
</array>
|
2014-10-21 16:20:43 -06:00
|
|
|
<key>RunAtLoad</key>
|
2014-10-21 12:00:04 -06:00
|
|
|
<true/>
|
|
|
|
</dict>
|
2014-10-21 16:20:43 -06:00
|
|
|
</plist>
|