Skip to content

Commit

Permalink
Merge pull request #1821 from KlzXS/cpmvrm_dashes
Browse files Browse the repository at this point in the history
Added dashes to progress versions of cp and mv
  • Loading branch information
jarun authored Feb 16, 2024
2 parents 4a9587a + 3d67779 commit eb66598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nnn.c
Original file line number Diff line number Diff line change
Expand Up @@ -741,8 +741,8 @@ static const char * const envs[] = {
#define T_CHANGE 1
#define T_MOD 2

#define PROGRESS_CP "cpg -giRp"
#define PROGRESS_MV "mvg -gi"
#define PROGRESS_CP "cpg -giRp --"
#define PROGRESS_MV "mvg -gi --"
static char cp[sizeof PROGRESS_CP] = "cp -iRp --";
static char mv[sizeof PROGRESS_MV] = "mv -i --";

Expand Down

0 comments on commit eb66598

Please sign in to comment.