aboutsummaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh')
-rw-r--r--sh/shrc.d/ed.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sh/shrc.d/ed.sh b/sh/shrc.d/ed.sh
index 243dcffc..6e5ecd3b 100644
--- a/sh/shrc.d/ed.sh
+++ b/sh/shrc.d/ed.sh
@@ -11,8 +11,8 @@ ed() {
[ -e "$HOME"/.cache/ed/verbose ] &&
set -- --verbose "$@"
- # Add a colon prompt (POSIX feature)
- set -- -p: "$@"
+ # Add an asterisk prompt (POSIX feature)
+ set -- -p\* "$@"
# Run in rlwrap(1) if available
set -- ed "$@"