agent uninstall-shell-integration
把 CLI 的 Shell 集成从 ~/.zshrc 中重新移除。
agent uninstall-shell-integration 会撤销 agent install-shell-integration 所做的配置,并从 ~/.zshrc 中移除相应条目。
✅ 什么时候用?
在 Shell 集成出问题时干净地重置
agent uninstall-shell-integration
⛔ 什么时候不该用?
只想暂时停用 Shell 集成,而不是彻底移除
agent uninstall-shell-integration 会完全删除配置,而不是只是禁用它。
更好的选择: 在 ~/.zshrc 中手动注释掉相应的代码块
来源
- Cursor 官方文档——CLI 参考:参数(Parameters) ↗ cursor.com