1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2025-10-17 19:41:01 +00:00

Add explanation to maxosx-startup script

This commit is contained in:
Holger Just 2014-05-14 17:26:10 +02:00
parent 1c049ff1a2
commit 0dbe451266

View File

@ -1,2 +1,6 @@
#!/bin/bash
# This script should be added as a login-item to the current OSX user
# In order for the correct PATH to be set for all programs
launchctl setenv PATH "/usr/local/bin:$PATH"