docs: fix typo (#115)
This commit is contained in:
@@ -15,7 +15,7 @@ Piper is a general-purpose previewer - you can pass any shell command to `piper`
|
|||||||
It accepts a string parameter, which is the shell command to be executed, for example:
|
It accepts a string parameter, which is the shell command to be executed, for example:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
# ~/.config/yazi/yaiz.toml
|
# ~/.config/yazi/yazi.toml
|
||||||
[[plugin.prepend_previewers]]
|
[[plugin.prepend_previewers]]
|
||||||
name = "*"
|
name = "*"
|
||||||
run = 'piper -- echo "$1"'
|
run = 'piper -- echo "$1"'
|
||||||
|
|||||||
Reference in New Issue
Block a user