fix: add homebrew to default PATH environment

This commit is contained in:
leo 2024-06-05 19:18:47 +08:00
parent 7b71f8512d
commit 1d7518a327
No known key found for this signature in database
GPG key ID: B528468E49CD0E58

View file

@ -12,6 +12,11 @@
<string>SOURCE_GIT_VERSION.0</string>
<key>LSMinimumSystemVersion</key>
<string>10.12</string>
<key>LSEnvironment</key>
<dict>
<key>PATH</key>
<string>/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>
</dict>
<key>CFBundleExecutable</key>
<string>SourceGit</string>
<key>CFBundleInfoDictionaryVersion</key>