1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-18 13:55:23 -05:00

Remove LSEnvironment from info.plist

This seems to have broken the app by triggering a 'LSOpenWithUrls' error. However, I suspect this is why the path is not passed into the alacritty shell properly.
This commit is contained in:
Bryce Fisher-Fleig 2017-03-06 11:47:27 -08:00
parent 018beee8b6
commit 86b0708143

View file

@ -28,12 +28,5 @@
<string></string> <string></string>
<key>NSSupportsAutomaticGraphicsSwitching</key> <key>NSSupportsAutomaticGraphicsSwitching</key>
<true/> <true/>
<key>LSEnvironment</key>
<dict>
<key>HOME</key>
<string>$HOME</string>
<key>PATH</key>
<string>$PATH</string>
</dict>
</dict> </dict>
</plist> </plist>