mirror of
https://github.com/meineerde/dotfiles.git
synced 2025-10-17 19:41:01 +00:00
7 lines
188 B
Bash
Executable File
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"
|