diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-04-18 20:58:14 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-04-19 00:14:52 +0530 |
commit | 9167192d31e5a52880c0207aa3b11f1c02b1504e (patch) | |
tree | fe16291bb40817736565da96b50d9d852aa61aa2 /README.md | |
parent | 5cf34717161bd866a634d8a9ad209afb4004857b (diff) | |
download | nnn-9167192d31e5a52880c0207aa3b11f1c02b1504e.tar.gz |
Update docs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -378,7 +378,7 @@ The following indicators are used in the detail view: | `NNN_OPENER_DETACH=1` | do not block when invoking file opener | | `NNN_CONTEXT_COLORS='1234'` | specify per context color [default: '4444' (all blue)] | | `NNN_IDLE_TIMEOUT=300` | idle seconds before locking terminal [default: disabled] | -| `NNN_COPIER='/path/to/copier.sh'` | system clipboard copier script [default: none] | +| `NNN_COPIER='/absolute/path/to/copier'` | system clipboard copier script [default: none] | | `NNN_PLUGIN_DIR=/home/user/nnn-plugins` | absolute path to plugins dir | | `NNN_NOTE=/home/user/Dropbox/Public/notes` | path to note file [default: none] | | `NNN_TMPFILE=/tmp/nnn` | file to write current open dir path to for cd on quit | |