From 39290a03b4dee358daf3abea6d2d3537e2731cdc Mon Sep 17 00:00:00 2001 From: haya14busa Date: Wed, 30 Apr 2025 20:43:13 +0900 Subject: [PATCH] docs: use `$EDITOR` instead of `EDITOR` (#897) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04b14af..e3129f3 100644 --- a/README.md +++ b/README.md @@ -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) ``` Shell running gum file