Skip to content

Commit f150815

Browse files
authored
Update global data path (#763)
## Summary The global data path is out of date. Update it. ## How was it tested? Signed-off-by: Zhizhen He <[email protected]>
1 parent 843a701 commit f150815

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/app/docs/devbox_global.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ devbox global shellenv | source
9696

9797
## Sharing Your Global Config
9898

99-
Your global `devbox.json` will be stored in $XDG_DATA_HOME/devbox/global/devbox.json. If $XDG_DATA_HOME is not set, it will default to `~/.local/share/devbox/global/devbox.json`.
99+
Your global `devbox.json` will be stored in `$XDG_DATA_HOME/devbox/global/default/devbox.json`. If `$XDG_DATA_HOME` is not set, it will default to `~/.local/share/devbox/global/default/devbox.json`.
100100

101101
If you want to share your configuration with across machines or with other users, you can copy this file to a git repository or host it online. You can then download and set the config as your global profile using `devbox global pull <path> | <url>`.
102102

@@ -127,4 +127,4 @@ devbox global pull https://raw.githubusercontent.com/org/repo/branch/path/to/dev
127127
### Get Involved
128128

129129
* **[Join our Discord Community](https://discord.gg/jetpack-io):** Chat with the development team and our growing community of Devbox users.
130-
* **[Visit us on Github](https://github.com/jetpack-io/devbox):** File issues and provide feedback, or even open a PR to contribute to Devbox or our Docs.
130+
* **[Visit us on Github](https://github.com/jetpack-io/devbox):** File issues and provide feedback, or even open a PR to contribute to Devbox or our Docs.

0 commit comments

Comments
 (0)