|
26 | 26 |
|
27 | 27 | Preference for putting config files in ~/.config rather than ~/Library/Preferences |
28 | 28 | --> |
| 29 | + <!-- Keep synced with .oh-my-shell/shellrc/plugins/common/environment.sh --> |
29 | 30 | <string> |
30 | | - <!-- Keep synced with .oh-my-shell/shellrc/plugins/common/environment.sh --> |
31 | 31 | launchctl setenv XDG_CONFIG_HOME $HOME/.config |
32 | 32 | launchctl setenv XDG_CACHE_HOME $HOME/.cache |
33 | 33 | launchctl setenv XDG_DATA_HOME $HOME/.local/share |
34 | 34 | launchctl setenv XDG_STATE_HOME $HOME/.local/state |
35 | 35 |
|
36 | 36 | 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> |
41 | 42 | launchctl setenv IDEA_PROPERTIES $HOME/.jetbrains/intellij/ide.properties |
42 | 43 | launchctl setenv CLION_PROPERTIES $HOME/.jetbrains/clion/ide.properties |
43 | 44 | launchctl setenv APPCODE_PROPERTIES $HOME/.jetbrains/appcode/ide.properties |
|
46 | 47 | launchctl setenv WEBIDE_PROPERTIES $HOME/.jetbrains/webstorm/ide.properties |
47 | 48 | launchctl setenv GOLAND_PROPERTIES $HOME/.jetbrains/goland/ide.properties |
48 | 49 | 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> |
53 | 55 | launchctl setenv IDEA_VM_OPTIONS $HOME/.jetbrains/intellij/ide.vmoptions |
54 | 56 | launchctl setenv CLION_VM_OPTIONS $HOME/.jetbrains/clion/ide.vmoptions |
55 | 57 | launchctl setenv APPCODE_VM_OPTIONS $HOME/.jetbrains/appcode/ide.vmoptions |
|
0 commit comments