Fix wrong exclamation mark char description

This commit is contained in:
jcromero 2021-07-24 11:54:27 +02:00 committed by GitHub
parent d80fdf335b
commit 258a5846f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
nnn.1
View file

@ -380,8 +380,7 @@ separated by \fI;\fR:
.Ed .Ed
.Pp .Pp
To assign keys to arbitrary non-background non-shell-interpreted cli To assign keys to arbitrary non-background non-shell-interpreted cli
commands and invoke like plugins, add \fI!\fR (underscore) before the commands and invoke like plugins, add \fI!\fR before the command.
command.
.Bd -literal .Bd -literal
export NNN_PLUG='x:!chmod +x $nnn;g:!git log;s:!smplayer $nnn' export NNN_PLUG='x:!chmod +x $nnn;g:!git log;s:!smplayer $nnn'