mirror of
https://github.com/charmbracelet/gum
synced 2026-03-14 21:55:45 +01:00
docs: use $EDITOR instead of EDITOR (#897)
This commit is contained in:
parent
6682e2079b
commit
39290a03b4
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ gum confirm && rm file.txt || echo "File not removed"
|
|||
Prompt the user to select a file from the file tree.
|
||||
|
||||
```bash
|
||||
EDITOR $(gum file $HOME)
|
||||
$EDITOR $(gum file $HOME)
|
||||
```
|
||||
|
||||
<img src="https://vhs.charm.sh/vhs-2RMRqmnOPneneIgVJJ3mI1.gif" width="600" alt="Shell running gum file" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue