diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-08-14 19:10:41 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-08-14 19:10:41 +0530 |
commit | 7b59a7dba970e1cf6de66d5b0e2fccb6cd37e841 (patch) | |
tree | 64e44cb5f85f2fce2a1698ee9a4bf750e476d3ae /src/nnn.c | |
parent | c5bbbd852ca137190ed41775800cc1d4c44a87cc (diff) | |
download | nnn-7b59a7dba970e1cf6de66d5b0e2fccb6cd37e841.tar.gz |
Rename cp mv progress conf
Diffstat (limited to 'src/nnn.c')
-rw-r--r-- | src/nnn.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -411,7 +411,7 @@ static const char * const messages[] = { #define NNN_RESTRICT_NAV_OPEN 9 #define NNN_TRASH 10 #ifdef __linux__ -#define NNN_OPS_PROG 11 +#define NNN_CP_MV_PROG 11 #endif static const char * const env_cfg[] = { @@ -427,7 +427,7 @@ static const char * const env_cfg[] = { "NNN_RESTRICT_NAV_OPEN", "NNN_TRASH", #ifdef __linux__ - "NNN_OPS_PROG", + "NNN_CP_MV_PROG", #endif }; @@ -4954,7 +4954,7 @@ int main(int argc, char *argv[]) cfg.nonavopen = 1; #ifdef __linux__ - if (!xgetenv_set(env_cfg[NNN_OPS_PROG])) { + if (!xgetenv_set(env_cfg[NNN_CP_MV_PROG])) { cp[5] = cp[4]; cp[2] = cp[4] = ' '; |