mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-20 21:02:02 +00:00
docs(coding-agent): move shell aliases to its own section (not Windows-specific)
This commit is contained in:
parent
10f530f605
commit
455d576d70
1 changed files with 4 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ Pi runs in four modes: interactive, print or JSON, RPC for process integration,
|
||||||
- [Getting Started](#getting-started)
|
- [Getting Started](#getting-started)
|
||||||
- [Installation](#installation)
|
- [Installation](#installation)
|
||||||
- [Windows Setup](#windows-setup)
|
- [Windows Setup](#windows-setup)
|
||||||
|
- [Shell Aliases](#shell-aliases)
|
||||||
- [Terminal Setup](#terminal-setup)
|
- [Terminal Setup](#terminal-setup)
|
||||||
- [API Keys & OAuth](#api-keys--oauth)
|
- [API Keys & OAuth](#api-keys--oauth)
|
||||||
- [Quick Start](#quick-start)
|
- [Quick Start](#quick-start)
|
||||||
|
|
@ -84,7 +85,9 @@ For most users, [Git for Windows](https://git-scm.com/download/win) is sufficien
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
**Alias expansion:** Pi runs bash in non-interactive mode (`bash -c`), which doesn't expand aliases by default. To enable your shell aliases:
|
### Shell Aliases
|
||||||
|
|
||||||
|
Pi runs bash in non-interactive mode (`bash -c`), which doesn't expand aliases by default. To enable your shell aliases:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
// ~/.pi/agent/settings.json
|
// ~/.pi/agent/settings.json
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue