docs(Linux): 修正文档中的格式和空格问题

修复文档中多余的空格和格式不一致问题,保持文档整洁统一
This commit is contained in:
wenyongda 2026-04-14 10:02:08 +08:00
parent 4e495cee3e
commit 0a3fd1931e

View File

@ -2908,7 +2908,7 @@ dnf install -y zsh
### 脚本安装 ### 脚本安装
| **Method** | **Command** | | **Method** | **Command** |
| ------------------------------------------------ | ------------------------------------------------------------ | | ------------------------------------------------ | ------------------------------------------------------------------------------------ |
| **curl** | `sh -c "$(curl -fsSL https://install.ohmyz.sh/)"` | | **curl** | `sh -c "$(curl -fsSL https://install.ohmyz.sh/)"` |
| **wget** | `sh -c "$(wget -O- https://install.ohmyz.sh/)"` | | **wget** | `sh -c "$(wget -O- https://install.ohmyz.sh/)"` |
| **fetch** | `sh -c "$(fetch -o - https://install.ohmyz.sh/)"` | | **fetch** | `sh -c "$(fetch -o - https://install.ohmyz.sh/)"` |
@ -2917,7 +2917,7 @@ dnf install -y zsh
注意:同意使用 Oh-my-zsh 的配置模板覆盖已有的 `.zshrc` 注意:同意使用 Oh-my-zsh 的配置模板覆盖已有的 `.zshrc`
![image-20250417105106956](http://minio.wenyongdalucky.club:9000/hexo/image-20250417105106956.png) ![image-20250417105106956](https://rustfs.wenyongdalucky.club:443/hexo/image-20250417105106956.png)
### 从`.bashrc`中迁移配置(可选) ### 从`.bashrc`中迁移配置(可选)