Skip to content

Commit 360455f

Browse files
launchd: fixed xml comment interpreted as CDATA in macOS sequoia
1 parent 37121c1 commit 360455f

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

.config/launch/org.__USER__.xdg.environment.plist

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,19 @@
2626
2727
Preference for putting config files in ~/.config rather than ~/Library/Preferences
2828
-->
29+
<!-- Keep synced with .oh-my-shell/shellrc/plugins/common/environment.sh -->
2930
<string>
30-
<!-- Keep synced with .oh-my-shell/shellrc/plugins/common/environment.sh -->
3131
launchctl setenv XDG_CONFIG_HOME $HOME/.config
3232
launchctl setenv XDG_CACHE_HOME $HOME/.cache
3333
launchctl setenv XDG_DATA_HOME $HOME/.local/share
3434
launchctl setenv XDG_STATE_HOME $HOME/.local/state
3535
3636
launchctl setenv NPM_CONFIG_USERCONFIG $XDG_CONFIG_HOME/npm/npmrc
37-
38-
<!-- Jetbrains idea.properties default location
39-
https://intellij-support.jetbrains.com/hc/en-us/articles/207240985-Changing-IDE-default-directories-used-for-config-plugins-and-caches-storage
40-
-->
37+
</string>
38+
<!-- Jetbrains idea.properties default location
39+
https://intellij-support.jetbrains.com/hc/en-us/articles/207240985-Changing-IDE-default-directories-used-for-config-plugins-and-caches-storage
40+
-->
41+
<string>
4142
launchctl setenv IDEA_PROPERTIES $HOME/.jetbrains/intellij/ide.properties
4243
launchctl setenv CLION_PROPERTIES $HOME/.jetbrains/clion/ide.properties
4344
launchctl setenv APPCODE_PROPERTIES $HOME/.jetbrains/appcode/ide.properties
@@ -46,10 +47,11 @@
4647
launchctl setenv WEBIDE_PROPERTIES $HOME/.jetbrains/webstorm/ide.properties
4748
launchctl setenv GOLAND_PROPERTIES $HOME/.jetbrains/goland/ide.properties
4849
launchctl setenv RUSTOVER_PROPERTIES $HOME/.jetbrains/rustover/ide.properties
49-
50-
<!-- Jetbrains .vmoptions default location
51-
https://www.jetbrains.com/help/idea/tuning-the-ide.html#locate-jvm-options-file
52-
-->
50+
</string>
51+
<!-- Jetbrains .vmoptions default location
52+
https://www.jetbrains.com/help/idea/tuning-the-ide.html#locate-jvm-options-file
53+
-->
54+
<string>
5355
launchctl setenv IDEA_VM_OPTIONS $HOME/.jetbrains/intellij/ide.vmoptions
5456
launchctl setenv CLION_VM_OPTIONS $HOME/.jetbrains/clion/ide.vmoptions
5557
launchctl setenv APPCODE_VM_OPTIONS $HOME/.jetbrains/appcode/ide.vmoptions

0 commit comments

Comments
 (0)