diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2018-11-08 05:14:03 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2018-11-08 05:14:03 +0530 |
commit | c174e32c062fdfbd72879ff4d660a1e59a35889c (patch) | |
tree | a20150e049a68a5da7babdd99a614975728b40ac /nnn.1 | |
parent | 7740f2bd33167dd92dfd13c9a0acaf33f94b60b1 (diff) | |
download | nnn-c174e32c062fdfbd72879ff4d660a1e59a35889c.tar.gz |
Retire NNN_NO_X and make the behaviour default
Diffstat (limited to 'nnn.1')
-rw-r--r-- | nnn.1 | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -259,11 +259,8 @@ screensaver. echo -n $1 | xsel --clipboard --input ------------------------------------- .Ed -.Pp -\fBNNN_NO_X:\fR X display is unavailable. Copy file path(s) to \fI$HOME/.nnncp\fR. -.Bd -literal - export NNN_NO_X=1 -.Ed +.br +If it's not set, by default 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. .Pp \fBNNN_QUOTE_ON:\fR wrap copied paths within single quotes. Useful for pasting names in the shell. Note that the filename is not escaped. So copying may still fail |