Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Jun 21, 2024
1 parent dc5cdb8 commit 96a0a8c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 96a0a8c

Please sign in to comment.