1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2025-10-17 19:41:01 +00:00
dotfiles/bin/macosx-startup
2014-05-14 19:19:02 +02:00

7 lines
188 B
Bash
Executable File

#!/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"