1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2026-02-05 16:43:22 +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"