Skip to content

Commit 39290a0

Browse files
authored
docs: use $EDITOR instead of EDITOR (#897)
1 parent 6682e20 commit 39290a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ gum confirm && rm file.txt || echo "File not removed"
264264
Prompt the user to select a file from the file tree.
265265

266266
```bash
267-
EDITOR $(gum file $HOME)
267+
$EDITOR $(gum file $HOME)
268268
```
269269

270270
<img src="https://vhs.charm.sh/vhs-2RMRqmnOPneneIgVJJ3mI1.gif" width="600" alt="Shell running gum file" />

0 commit comments

Comments
 (0)