Update readme

This commit is contained in:
Arun Prakash Jana 2023-02-13 01:05:36 +05:30
parent d7bfe38728
commit bbfb16db42
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ export NNN_PLUG='p:-plugin'
## Running commands as plugin [`!`]
To assign keys to arbitrary non-background cli commands and invoke like plugins, add `!` (underscore) before the command.
To assign keys to arbitrary non-background cli commands and invoke like plugins, add `!` before the command.
```sh
export NNN_PLUG='x:!chmod +x "$nnn";g:!git log;s:!smplayer "$nnn"'