aboutsummaryrefslogtreecommitdiffstats
path: root/nnn.1
diff options
context:
space:
mode:
Diffstat (limited to 'nnn.1')
-rw-r--r--nnn.12
1 files changed, 1 insertions, 1 deletions
diff --git a/nnn.1 b/nnn.1
index ec8df82..bf3cf9d 100644
--- a/nnn.1
+++ b/nnn.1
@@ -457,7 +457,7 @@ separated by \fI;\fR:
.Pp
\fBNNN_ARCHIVE:\fR archive extensions to be handled silently (default: bzip2, (g)zip, tar).
.Bd -literal
- export NNN_ARCHIVE="(7z|bz2|gz|tar|tgz|zip)$"
+ export NNN_ARCHIVE="\\\\.(7z|bz2|gz|tar|tgz|zip)$"
NOTE: Non-default formats may require a third-party utility.
.Ed