mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Add LSEnvironment
This commit is contained in:
parent
2f0e31888f
commit
6f5c2552c8
1 changed files with 7 additions and 0 deletions
|
@ -28,5 +28,12 @@
|
|||
<string></string>
|
||||
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
||||
<true/>
|
||||
<key>LSEnvironment</key>
|
||||
<dict>
|
||||
<key>HOME</key>
|
||||
<string>$HOME</string>
|
||||
<key>PATH</key>
|
||||
<string>$PATH</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
Loading…
Reference in a new issue