chore: generate

This commit is contained in:
opencode-agent[bot]
2026-02-09 17:36:43 +00:00
parent d578f80f00
commit 7bca3fbf18
4 changed files with 19 additions and 15 deletions

View File

@@ -292,7 +292,6 @@ Obje naredbe `/editor` i `/export` koriste editor specificiran u vašoj varijabl
<Tabs>
<TabItem label="Linux/macOS">
```bash
# Example for nano or vim
export EDITOR=nano
@@ -312,7 +311,6 @@ Obje naredbe `/editor` i `/export` koriste editor specificiran u vašoj varijabl
<TabItem label="Windows (CMD)">
```bash
set EDITOR=notepad
@@ -330,7 +328,6 @@ Obje naredbe `/editor` i `/export` koriste editor specificiran u vašoj varijabl
<TabItem label="Windows (PowerShell)">
```powershell
$env:EDITOR = "notepad"