diff options
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r-- | doc/ranger.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod index e1a8d032..60deedf3 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -1243,6 +1243,10 @@ Assigns a new value to an option, but locally for the directory given by I<path>. This means, that this option only takes effect when visiting that directory. If no path is given, uses the current directory. +I<path> is a regular expression. This means that C<path=~/dl> applies to all +paths that start with I<~/dl>, e.g. I<~/dl2> and I<~/dl/foo>. To avoid this, +use C<path=~/dl$>. + =item shell [-I<flags>] I<command> Run a shell command. I<flags> are discussed in their own section. |