diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-04-21 23:59:51 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-04-21 23:59:51 +0530 |
commit | a900b2c4fa928de32c30943029ccd4b67c4b7ee9 (patch) | |
tree | 480c94e5017b4891b1a16e4d9134816fd44c4d16 /nnn.1 | |
parent | f9264577d295be0ccb788224e677e4615e53f843 (diff) | |
download | nnn-a900b2c4fa928de32c30943029ccd4b67c4b7ee9.tar.gz |
Support config dir ~/.config/nnn
Diffstat (limited to 'nnn.1')
-rw-r--r-- | nnn.1 | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -169,16 +169,10 @@ when dealing with the !, e and p commands respectively. A single combination to .Pp \fBNNN_COPIER:\fR system clipboard copier script. .Bd -literal - NOTE: File paths are copied to the tmp file \fBDIR/.nnncp\fR, where 'DIR' (by priority) is: - \fI$HOME\fR or, \fI$TMPDIR\fR or, \fI/tmp\fR. + NOTE: File paths are copied to the tmp file \fB~/.config/nnn/.selection\fR. The path is shown in the help and configuration screen. .Ed .Pp -\fBNNN_PLUGIN_DIR:\fR \fIabsolute\fR path to plugin directory. Selected plugin is invoked with currently selected file name as argument 1. -.Bd -literal - export NNN_PLUGIN_DIR=/absolute/path/to/plugins_dir -.Ed -.Pp \fBNNN_NOTE:\fR \fIabsolute\fR path to a note file. .Bd -literal export NNN_NOTE='/home/user/.mynotes' |