aboutsummaryrefslogtreecommitdiff
path: root/sh/shrc.d/ed.sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2021-12-24 20:42:54 +1300
committerTom Ryder <tom@sanctum.geek.nz>2021-12-24 20:42:54 +1300
commite14c34ddbfaeda0a803ec76aaf9ad6746a4c8bb2 (patch)
tree73948cf78ed714c7a4dfe9b7bc8189e6539539e4 /sh/shrc.d/ed.sh
parentMerge branch 'release/v11.9.0' into develop (diff)
downloaddotfiles-e14c34ddbfaeda0a803ec76aaf9ad6746a4c8bb2.tar.gz
dotfiles-e14c34ddbfaeda0a803ec76aaf9ad6746a4c8bb2.zip
Add --no-warnings to rlwrap calls
Diffstat (limited to 'sh/shrc.d/ed.sh')
-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 dc8433f6..0591e18d 100644
--- a/sh/shrc.d/ed.sh
+++ b/sh/shrc.d/ed.sh
@@ -22,7 +22,7 @@ ed() {
# Run in rlwrap(1) if available
set -- ed "$@"
if command -v rlwrap >/dev/null 2>&1 ; then
- set -- rlwrap --history-filename=/dev/null "$@"
+ set -- rlwrap --history-filename=/dev/null --no-warnings "$@"
fi
# Run determined command