aboutsummaryrefslogtreecommitdiffstats
path: root/nnn.c
diff options
context:
space:
mode:
Diffstat (limited to 'nnn.c')
-rw-r--r--nnn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nnn.c b/nnn.c
index 02b2bd6..be2c10c 100644
--- a/nnn.c
+++ b/nnn.c
@@ -2574,7 +2574,7 @@ nochange:
if (ndents <= 0)
break;
- printprompt("> ");
+ printprompt("");
tmp = xreadline(dents[cur].name);
clearprompt();
if (tmp == NULL || tmp[0] == '\0')