From 96a0a8c078995dc6bf48f9abb0c3fdfda5b8980b Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Fri, 21 Jun 2024 22:45:06 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 3025f36..3207cef 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,16 @@ the walk. export EDITOR=vim ``` +The `WALK_REMOVE_CMD` environment variable can be used to specify a command to +be used to remove files. This is useful if you want to use a different +command to remove files than the default `rm`. + +```bash +export WALK_REMOVE_CMD=trash +``` + +Flags can be used to change the default behavior of the program. + | Flag | Description | |--------------|----------------------------| | `--icons` | Show icons |