fix: 修正配置目录路径并清理过时命令

This commit is contained in:
Voson
2026-01-12 17:44:27 +08:00
parent abe74cac4b
commit a4ccc9c3b4
4 changed files with 4 additions and 56 deletions

View File

@@ -9,14 +9,14 @@ Commit and push OpenCode configuration repository changes to remote repository.
## Use Cases
When you modified config files in `~/.opencode` directory (such as `command/`, `skill/`, `opencode.json`, etc.), use this command to sync changes to remote repository.
When you modified config files in `~/.config/opencode` directory (such as `command/`, `skill/`, `opencode.json`, etc.), use this command to sync changes to remote repository.
## Steps
### 1. Switch to OpenCode Config Directory
```bash
cd ~/.opencode
cd ~/.config/opencode
```
### 2. Check Change Status