Open dominiklohmann opened 4 years ago
On macOS, you can use launchctl setenv to set global environment variables for application bundles. No need to start it from the Terminal.
launchctl setenv
launchctl setenv SLACK_DEVELOPER_MENU "true" # then restart slack
On macOS, you can use
launchctl setenv
to set global environment variables for application bundles. No need to start it from the Terminal.