diff --git a/src/content/docs/guides/conda.mdx b/src/content/docs/guides/conda.mdx
index 5054109..3f8dbdc 100644
--- a/src/content/docs/guides/conda.mdx
+++ b/src/content/docs/guides/conda.mdx
@@ -21,3 +21,18 @@ vmr search -c sdk-name
```bash
vmr use -c sdk-name@version
```
+
+## Where are the envs restored for MacOS/Linux?
+
+
+
+ ```bash
+ $HOME/.vmr/vmr.sh
+ ```
+
+
+ ```bash
+ $HOME/.vmr/vmr.fish
+ ```
+
+
diff --git a/src/content/docs/zh-cn/guides/conda.mdx b/src/content/docs/zh-cn/guides/conda.mdx
index 44099c7..877d082 100644
--- a/src/content/docs/zh-cn/guides/conda.mdx
+++ b/src/content/docs/zh-cn/guides/conda.mdx
@@ -21,3 +21,18 @@ vmr search -c sdk-name
```bash
vmr use -c sdk-name@version
```
+
+## 在MacOS/Linux下,环境变量存放在哪里?
+
+
+
+ ```bash
+ $HOME/.vmr/vmr.sh
+ ```
+
+
+ ```bash
+ $HOME/.vmr/vmr.fish
+ ```
+
+