diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-01-17 19:06:42 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-01-17 19:37:57 +0530 |
commit | 64667b377d132cd915d128d91c2ab7b38c1ba683 (patch) | |
tree | 97a51406471052e9d91969fc9dfcfce6533b3283 /plugins | |
parent | 94a233b808e039d1a17aab4e12f1b1fb13302d54 (diff) | |
download | nnn-64667b377d132cd915d128d91c2ab7b38c1ba683.tar.gz |
Options -e and -t
Replaces the following environment variables:
- NNN_USE_EDITOR
- NNN_IDLE_TIMEOUT
Diffstat (limited to 'plugins')
-rwxr-xr-x | plugins/nuke | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/nuke b/plugins/nuke index 5fbf509..d0223c3 100755 --- a/plugins/nuke +++ b/plugins/nuke @@ -13,7 +13,7 @@ # # export NNN_OPENER=nuke # 2. Run nnn with the program option to indicate a CLI opener # nnn -c -# # The -c program option overrides config `NNN_USE_EDITOR` +# # The -c program option overrides option -e # 3. nuke can use nnn plugins (e.g. mocplay is used for audio), $PATH is updated. # # Details: |