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:
parent
018beee8b6
commit
86b0708143
1 changed files with 0 additions and 7 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue