aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/nnn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nnn.c b/src/nnn.c
index 74b6a5f..3e7760b 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -5588,11 +5588,11 @@ nochange:
#ifndef NORL
if (cfg.picker) {
#endif
- tmp = xreadline(NULL, "> ");
+ tmp = xreadline(NULL, ">>> ");
#ifndef NORL
} else {
presel = 0;
- tmp = getreadline("> ", path, ipath, &presel);
+ tmp = getreadline(">>> ", path, ipath, &presel);
if (presel == MSGWAIT)
goto nochange;
}