aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sh/shrc.d/ed.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/shrc.d/ed.sh b/sh/shrc.d/ed.sh
index 6e5ecd3b..d7d3fa2f 100644
--- a/sh/shrc.d/ed.sh
+++ b/sh/shrc.d/ed.sh
@@ -17,7 +17,7 @@ ed() {
# Run in rlwrap(1) if available
set -- ed "$@"
command -v rlwrap >/dev/null 2>&1 &&
- set -- rlwrap "$@"
+ set -- rlwrap --history-filename=/dev/null "$@"
# Run determined command
command "$@"