1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2026-02-05 16:43:22 +00:00

Add /usr/local/bin to the system path on login

This commit is contained in:
Holger Just 2014-04-04 12:34:30 +02:00
parent f4c4cc5718
commit 09431e1834

2
bin/macosx-startup Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
launchctl setenv PATH "/usr/local/bin:$PATH"